Mon Feb 2 00:18:33 2009 UTC ()
Pull up following revision(s) (requested by christos in ticket #331):
	usr.bin/nvi/build/config.h: revision 1.4
fix typo.


(snj)
diff -r1.2.6.1 -r1.2.6.2 src/usr.bin/nvi/build/config.h

cvs diff -r1.2.6.1 -r1.2.6.2 src/usr.bin/nvi/build/Attic/config.h (expand / switch to unified diff)

--- src/usr.bin/nvi/build/Attic/config.h 2009/02/02 00:17:46 1.2.6.1
+++ src/usr.bin/nvi/build/Attic/config.h 2009/02/02 00:18:33 1.2.6.2
@@ -137,27 +137,27 @@ @@ -137,27 +137,27 @@
137/* Define to 1 if you have the `gethostname' function. */ 137/* Define to 1 if you have the `gethostname' function. */
138#define HAVE_GETHOSTNAME 1 138#define HAVE_GETHOSTNAME 1
139 139
140/* Define to 1 if you have the `getpagesize' function. */ 140/* Define to 1 if you have the `getpagesize' function. */
141#define HAVE_GETPAGESIZE 1 141#define HAVE_GETPAGESIZE 1
142 142
143/* Define to 1 if you have the <inttypes.h> header file. */ 143/* Define to 1 if you have the <inttypes.h> header file. */
144#define HAVE_INTTYPES_H 1 144#define HAVE_INTTYPES_H 1
145 145
146/* Define to 1 if you have the `iswblank' function. */ 146/* Define to 1 if you have the `iswblank' function. */
147#define HAVE_ISWBLANK 1 147#define HAVE_ISWBLANK 1
148 148
149/* Define to 1 if you have the `memcpy' function. */ 149/* Define to 1 if you have the `memcpy' function. */
150#define HAVE_MEMCOPY 1 150#define HAVE_MEMCPY 1
151 151
152/* Define to 1 if you have the `memchr' function. */ 152/* Define to 1 if you have the `memchr' function. */
153#define HAVE_MEMCHR 1 153#define HAVE_MEMCHR 1
154 154
155/* Define to 1 if you have the <memory.h> header file. */ 155/* Define to 1 if you have the <memory.h> header file. */
156#define HAVE_MEMORY_H 1 156#define HAVE_MEMORY_H 1
157 157
158/* Define to 1 if you have the `memset' function. */ 158/* Define to 1 if you have the `memset' function. */
159#define HAVE_MEMSET 1 159#define HAVE_MEMSET 1
160 160
161/* Define to 1 if you have the `mkstemp' function. */ 161/* Define to 1 if you have the `mkstemp' function. */
162#define HAVE_MKSTEMP 1 162#define HAVE_MKSTEMP 1
163 163