Module Name:    src
Committed By:   christos
Date:           Mon Jul  5 00:45:19 UTC 2010

Modified Files:
        src/lib/libc/string: Lint_swab.c

Log Message:
consistency with c source


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/string/Lint_swab.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/string/Lint_swab.c
diff -u src/lib/libc/string/Lint_swab.c:1.2 src/lib/libc/string/Lint_swab.c:1.3
--- src/lib/libc/string/Lint_swab.c:1.2	Wed Jun 14 02:49:10 2000
+++ src/lib/libc/string/Lint_swab.c	Sun Jul  4 20:45:19 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_swab.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
+/* $NetBSD: Lint_swab.c,v 1.3 2010/07/05 00:45:19 christos Exp $ */
 
 /*
  * This file placed in the public domain.
@@ -9,9 +9,6 @@
 
 /*ARGSUSED*/
 void
-swab(src, dst, len)
-	const void *src;
-	void *dst;
-	size_t len;
+swab(const void *src, void *dst, ssize_t len)
 {
 }

Reply via email to