File: bzero.patch

package info (click to toggle)
nfs-utils 1%3A1.0.10-6
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,228 kB
  • ctags: 2,554
  • sloc: ansic: 24,689; sh: 9,398; makefile: 667
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- nfs-utils-1.0.9.orig/support/nfs/svc_socket.c
+++ nfs-utils-1.0.9/support/nfs/svc_socket.c
@@ -35,6 +35,8 @@
 # define __close(f)		close ((f))
 #endif
 
+#define __bzero(d,n)		memset((d),'\0',(n))
+
 static int
 svc_socket (u_long number, int type, int protocol, int reuse)
 {