diff options
Diffstat (limited to 'korean/pine/files/patch-aj')
-rw-r--r-- | korean/pine/files/patch-aj | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/korean/pine/files/patch-aj b/korean/pine/files/patch-aj deleted file mode 100644 index 9a9d853c0b35..000000000000 --- a/korean/pine/files/patch-aj +++ /dev/null @@ -1,17 +0,0 @@ -*** imap/ANSI/c-client/os_bsi.h.bak Wed Feb 7 12:01:07 1996 ---- imap/ANSI/c-client/os_bsi.h Sun Jul 20 01:47:23 1997 -*************** -*** 36,42 **** ---- 36,47 ---- - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+ #ifdef __FreeBSD__ -+ #include <dirent.h> -+ #define direct dirent -+ #else - #include <sys/dir.h> -+ #endif - #include <sys/uio.h> /* needed for writev() prototypes */ - #include <fcntl.h> - #include <syslog.h> |