Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit Sync compat defines to unbreak build.



details:   https://anonhg.NetBSD.org/src/rev/ff96a1dee730
branches:  trunk
changeset: 767724:ff96a1dee730
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jul 28 05:18:43 2011 +0000

description:
Sync compat defines to unbreak build.

XXX Do a proper config.h update from configure

diffstat:

 lib/libedit/config.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 5e98e3fec4a8 -r ff96a1dee730 lib/libedit/config.h
--- a/lib/libedit/config.h      Thu Jul 28 04:06:09 2011 +0000
+++ b/lib/libedit/config.h      Thu Jul 28 05:18:43 2011 +0000
@@ -273,9 +273,11 @@
 /* Define as `fork' if `vfork' does not work. */
 /* #undef vfork */
 
+#define HAVE_STRLCPY 1
+#define HAVE_FGETLN 1
+#define HAVE_STRLCAT 1
 
 #include "sys.h"
 #define SCCSID
 /* #undef LIBC_SCCS */
 /* #undef lint */
-



Home | Main Index | Thread Index | Old Index