Perform more C warning fixup on all C source files and headers.
This commit is contained in:
@ -119,16 +119,16 @@
|
||||
#include "usctest.h"
|
||||
|
||||
void setup();
|
||||
void cleanup();
|
||||
void cleanup(void) __attribute__((noreturn));
|
||||
|
||||
|
||||
|
||||
char *TCID="chmod02"; /* Test program identifier. */
|
||||
const char *TCID="chmod02"; /* Test program identifier. */
|
||||
int TST_TOTAL=1; /* Total number of test cases. */
|
||||
extern int Tst_count; /* Test Case counter for tst_* routines */
|
||||
|
||||
char fname[255];
|
||||
char *buf = "file contents\n";
|
||||
const char *buf = "file contents\n";
|
||||
|
||||
int Modes[] = {0, 07, 070, 0700, 0777, 02777, 04777, 06777};
|
||||
|
||||
|
Reference in New Issue
Block a user