diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-20 13:58:38 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-20 13:58:38 +0000 |
commit | 9d13bf1b4117bcc81a25f741477a451f05965d54 (patch) | |
tree | 638ff7278607d995b55505037ad143b4cd77a143 /chinese/dictd-database/files/patch-ab | |
parent | 96fa6ef313a473b4301405c67251e93c3e5bc2c1 (diff) |
Notes
Diffstat (limited to 'chinese/dictd-database/files/patch-ab')
-rw-r--r-- | chinese/dictd-database/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/dictd-database/files/patch-ab b/chinese/dictd-database/files/patch-ab new file mode 100644 index 000000000000..6ffb9cc3811a --- /dev/null +++ b/chinese/dictd-database/files/patch-ab @@ -0,0 +1,10 @@ +--- dictfmt.c.orig Sun Apr 2 00:43:40 2000 ++++ dictfmt.c Sun Oct 14 09:58:49 2001 +@@ -30,6 +30,7 @@ + #include <string.h> + #include <time.h> + #include <ctype.h> ++#include <unistd.h> + + #if HAVE_GETOPT_H + #include <getopt.h> |