ports/misc/mshell/files/patch-ag
2002-10-20 23:14:56 +00:00

11 lines
366 B
Text

--- 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