diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-09-03 14:46:59 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-09-03 14:46:59 +0000 |
commit | 86cbd1f021d06a4c8239a651427d617aa20b3df8 (patch) | |
tree | 1c2c808fb432c3c097c652de6698177bfba12e81 /shells/sash/files/patch-sash.h | |
parent | - Link properly with termcap/ncurses (diff) |
update to version 3.7
Notes
Notes:
svn path=/head/; revision=118038
Diffstat (limited to 'shells/sash/files/patch-sash.h')
-rw-r--r-- | shells/sash/files/patch-sash.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/sash/files/patch-sash.h b/shells/sash/files/patch-sash.h new file mode 100644 index 000000000000..bc59eb6cea16 --- /dev/null +++ b/shells/sash/files/patch-sash.h @@ -0,0 +1,11 @@ +--- sash.h.orig Mon Jul 22 00:05:17 2002 ++++ sash.h Fri Sep 3 15:27:16 2004 +@@ -18,7 +18,7 @@ + #include <time.h> + #include <ctype.h> + +-#if __OpenBSD__ ++#if __FreeBSD__ || __OpenBSD__ + #include <sys/param.h> + #endif + |