about summary refs log tree commit diff
path: root/string/testcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/testcopy.c')
-rw-r--r--string/testcopy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/string/testcopy.c b/string/testcopy.c
index b1c491e62c..030b229794 100644
--- a/string/testcopy.c
+++ b/string/testcopy.c
@@ -23,9 +23,7 @@
 #include <malloc.h>
 
 int
-main (argc, argv)
-     int argc;
-     char **argv;
+main (void)
 {
   char *mem, *memp;
   char *rand_mem;