pkgsrc/security/cfs/patches/patch-af
jlam 76c9a0c91a Add patches from Simon Burge <simonb@wasabisystems.com> to build cfs
without needing -traditional.  This fixes socklen_t lossage mentioned in
the README.netbsd file.  This was tested on i386 NetBSD-1.5 and -current.
2001-06-09 04:32:13 +00:00

11 lines
249 B
Text

$NetBSD: patch-af,v 1.1 2001/06/09 04:32:14 jlam Exp $
--- cfs.h.orig Wed Dec 3 13:31:31 1997
+++ cfs.h Fri Jun 8 21:13:28 2001
@@ -224,4 +224,5 @@
#define d_fileno d_ino
*/
#endif
-#include<stdlib.h>
+#include <stdlib.h>
+#include <string.h>