Module Name:    src
Committed By:   christos
Date:           Mon Nov 25 23:04:40 UTC 2013

Modified Files:
        src/external/bsd/nvi/usr.bin/nvi: config.h

Log Message:
fix SSP build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nvi/usr.bin/nvi/config.h

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

Modified files:

Index: src/external/bsd/nvi/usr.bin/nvi/config.h
diff -u src/external/bsd/nvi/usr.bin/nvi/config.h:1.1 src/external/bsd/nvi/usr.bin/nvi/config.h:1.2
--- src/external/bsd/nvi/usr.bin/nvi/config.h:1.1	Fri Nov 22 11:00:45 2013
+++ src/external/bsd/nvi/usr.bin/nvi/config.h	Mon Nov 25 18:04:39 2013
@@ -79,6 +79,9 @@
 /* Define to 1 if you have the `memchr' function. */
 #define HAVE_MEMCHR 1
 
+/* Define to 1 if you have the `memcpy' function. */
+#define HAVE_MEMCPY 1
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 

Reply via email to