Loading...
string/FreeBSD/memcmp.3.patch Libc-498.1.1 /dev/null
--- Libc/Libc-498.1.1/string/FreeBSD/memcmp.3.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- _SB/Libc/string/FreeBSD/memcmp.3	2003-05-20 15:23:54.000000000 -0700
-+++ _SB/Libc/string/FreeBSD/memcmp.3.edit	2006-06-28 16:55:53.000000000 -0700
-@@ -47,17 +47,21 @@
- .Sh SYNOPSIS
- .In string.h
- .Ft int
--.Fn memcmp "const void *b1" "const void *b2" "size_t len"
-+.Fo memcmp 
-+.Fa "const void *s1"
-+.Fa "const void *s2"
-+.Fa "size_t n"
-+.Fc
- .Sh DESCRIPTION
- The
- .Fn memcmp
- function
- compares byte string
--.Fa b1
-+.Fa s1
- against byte string
--.Fa b2 .
-+.Fa s2 .
- Both strings are assumed to be
--.Fa len
-+.Fa n
- bytes long.
- .Sh RETURN VALUES
- The