Perform more C warning fixup on all C source files and headers.
This commit is contained in:
@ -119,14 +119,13 @@ extern void setup();
|
||||
extern void cleanup();
|
||||
|
||||
|
||||
|
||||
char *TCID="chdir02"; /* Test program identifier. */
|
||||
const char *TCID="chdir02"; /* Test program identifier. */
|
||||
int TST_TOTAL=1; /* Total number of test cases. */
|
||||
extern int Tst_count; /* Test Case counter for tst_* routines */
|
||||
|
||||
int exp_enos[]={0, 0};
|
||||
|
||||
char *dirs[2] = { "/", "/tmp" };
|
||||
const char *dirs[2] = { "/", "/tmp" };
|
||||
|
||||
int
|
||||
main(int ac, char **av)
|
||||
|
Reference in New Issue
Block a user