diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-26 22:49:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-26 22:49:10 +0000 |
commit | ae8a234af8879e97f27622bf3af2202b850b82c3 (patch) | |
tree | ae8b4c98914ed60402c7db26b33a4899bfc5c4e4 /usr.bin/vi/ex | |
parent | 3eb6c5a66b1af6fba5c9f450d1e602f3ea85256b (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/ex')
-rw-r--r-- | usr.bin/vi/ex/ex_subst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/ex/ex_subst.c b/usr.bin/vi/ex/ex_subst.c index 4ff100dbdd9..700c72fa534 100644 --- a/usr.bin/vi/ex/ex_subst.c +++ b/usr.bin/vi/ex/ex_subst.c @@ -13,7 +13,7 @@ static const char sccsid[] = "@(#)ex_subst.c 10.37 (Berkeley) 9/15/96"; #endif /* not lint */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/queue.h> #include <sys/time.h> |