Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/nvi/usr.bin/nvi fix SSP build



details:   https://anonhg.NetBSD.org/src/rev/62a5d8c2923d
branches:  trunk
changeset: 791613:62a5d8c2923d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 25 23:04:39 2013 +0000

description:
fix SSP build

diffstat:

 external/bsd/nvi/usr.bin/nvi/config.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r d87fc412d945 -r 62a5d8c2923d external/bsd/nvi/usr.bin/nvi/config.h
--- a/external/bsd/nvi/usr.bin/nvi/config.h     Mon Nov 25 23:03:18 2013 +0000
+++ b/external/bsd/nvi/usr.bin/nvi/config.h     Mon Nov 25 23:04:39 2013 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index