From b61af6fc2ea0f305c60befc7f50b9d6aa4f0ea38 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Dec 1998 00:02:24 +0000 Subject: Update. 1998-12-15 Andreas Jaeger * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid warnings about unused args. Fix comment. 1998-12-15 Andreas Jaeger * sysdeps/posix/tempname.c (__path_search): Correct last patch. --- stdio-common/tst-tmpnam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio-common/tst-tmpnam.c') diff --git a/stdio-common/tst-tmpnam.c b/stdio-common/tst-tmpnam.c index 2a23a14149..3253575ccd 100644 --- a/stdio-common/tst-tmpnam.c +++ b/stdio-common/tst-tmpnam.c @@ -21,7 +21,7 @@ #include int -main (int argc, char *argv[]) +main (void) { const char *name; int retval = 0; @@ -33,7 +33,7 @@ main (int argc, char *argv[]) printf ("name = %s\n", name); - /* Make sure the name is based on the value in TMPDIR. */ + /* Make sure the name is not based on the value in TMPDIR. */ if (strncmp (name, "/usr", 4) == 0) { puts ("error: `tmpnam' used TMPDIR value"); -- cgit 1.4.1