diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
commit | beced671bdcb6ffe50e652d814ac803ba36386d8 (patch) | |
tree | 88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/mshell/files/patch-ag | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Notes
Notes:
svn path=/head/; revision=366962
Diffstat (limited to 'misc/mshell/files/patch-ag')
-rw-r--r-- | misc/mshell/files/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/mshell/files/patch-ag b/misc/mshell/files/patch-ag deleted file mode 100644 index cd3d7a2b3a45..000000000000 --- a/misc/mshell/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ ---- mshell.h.orig Sun Oct 20 16:15:25 2002 -+++ mshell.h Sun Oct 20 16:14:30 2002 -@@ -5,8 +5,8 @@ - #include <sys/types.h> - #include <sys/stat.h> - #ifdef BSD --#include <sys/dir.h> /* accessing the directory structure */ --#include <sgtty.h> /* struct for terminal attributes */ -+#include <dirent.h> /* accessing the directory structure */ -+#include <termios.h> /* struct for terminal attributes */ - #endif - #ifdef SYSV - #define index strchr |