summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mshell/files/patch-ag')
-rw-r--r--misc/mshell/files/patch-ag11
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