summaryrefslogtreecommitdiff
path: root/usr.bin/vi/common
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-11-26 22:49:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-11-26 22:49:10 +0000
commitae8a234af8879e97f27622bf3af2202b850b82c3 (patch)
treeae8b4c98914ed60402c7db26b33a4899bfc5c4e4 /usr.bin/vi/common
parent3eb6c5a66b1af6fba5c9f450d1e602f3ea85256b (diff)
o Update README files etc. from nvi-1.79 so they have the correct info
o make port.h empty since we there is nothing we lack o include <sys/param.h>, not <sys/types.h> in files that use MIN/MAX macros o add perl api support since we have libperl (off by default)
Diffstat (limited to 'usr.bin/vi/common')
-rw-r--r--usr.bin/vi/common/exf.c2
-rw-r--r--usr.bin/vi/common/key.c2
-rw-r--r--usr.bin/vi/common/seq.c2
-rw-r--r--usr.bin/vi/common/util.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vi/common/exf.c b/usr.bin/vi/common/exf.c
index dd0eba7fd87..b705ee4282c 100644
--- a/usr.bin/vi/common/exf.c
+++ b/usr.bin/vi/common/exf.c
@@ -10,7 +10,7 @@
#include "config.h"
#ifndef lint
-static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96";
+static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/vi/common/key.c b/usr.bin/vi/common/key.c
index e1311ab571b..fb9c7c4d133 100644
--- a/usr.bin/vi/common/key.c
+++ b/usr.bin/vi/common/key.c
@@ -13,7 +13,7 @@
static const char sccsid[] = "@(#)key.c 10.33 (Berkeley) 9/24/96";
#endif /* not lint */
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/queue.h>
#include <sys/time.h>
diff --git a/usr.bin/vi/common/seq.c b/usr.bin/vi/common/seq.c
index e2be879ab68..38b26e51680 100644
--- a/usr.bin/vi/common/seq.c
+++ b/usr.bin/vi/common/seq.c
@@ -13,7 +13,7 @@
static const char sccsid[] = "@(#)seq.c 10.10 (Berkeley) 3/30/96";
#endif /* not lint */
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/queue.h>
#include <bitstring.h>
diff --git a/usr.bin/vi/common/util.c b/usr.bin/vi/common/util.c
index 5a4422a2c42..73840b756ab 100644
--- a/usr.bin/vi/common/util.c
+++ b/usr.bin/vi/common/util.c
@@ -13,7 +13,7 @@
static const char sccsid[] = "@(#)util.c 10.11 (Berkeley) 9/15/96";
#endif /* not lint */
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/queue.h>
#include <bitstring.h>