diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 23:14:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 23:14:56 +0000 |
commit | 94474afc669ea3603e271c0b24db1518f5e345b2 (patch) | |
tree | 6116e182491e536d8ffc6410181b4675ae90e05d /misc/mshell/files/patch-ag | |
parent | makeztxt is a simple command line program that takes a plain ASCII text file (diff) |
Fix build on -current (remove conflicting prototype for strsave() and
include correct headers)
Notes
Notes:
svn path=/head/; revision=68448
Diffstat (limited to 'misc/mshell/files/patch-ag')
-rw-r--r-- | misc/mshell/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/mshell/files/patch-ag b/misc/mshell/files/patch-ag new file mode 100644 index 000000000000..3a538ac4e0b4 --- /dev/null +++ b/misc/mshell/files/patch-ag @@ -0,0 +1,11 @@ +--- mshell.h.orig Sun Oct 20 16:15:25 2002 ++++ mshell.h Sun Oct 20 16:14:30 2002 +@@ -5,7 +5,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #ifdef BSD +-#include <sys/dir.h> /* accessing the directory structure */ ++#include <dirent.h> /* accessing the directory structure */ + #include <sgtty.h> /* struct for terminal attributes */ + #endif + #ifdef SYSV |