about summary refs log tree commit diff
path: root/string/memfrob.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/memfrob.c')
-rw-r--r--string/memfrob.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/string/memfrob.c b/string/memfrob.c
index 4841309874..68339f7300 100644
--- a/string/memfrob.c
+++ b/string/memfrob.c
@@ -18,9 +18,7 @@
 #include <string.h>
 
 void *
-memfrob (s, n)
-     void *s;
-     size_t n;
+memfrob (void *s, size_t n)
 {
   char *p = (char *) s;