diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-03 06:13:36 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-03 06:13:36 +0000 |
commit | 3c660a239b17bee3a20fed4ca05bee0796ea5317 (patch) | |
tree | b50cdf02fda3f17397abfeb995ec912499209682 /mail/namg/files | |
parent | japanese/dvipsk cannot depends on file ptex-common but MakeTeXPK (diff) |
Update to version 0.3.1
PR: 25505
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39006
Diffstat (limited to 'mail/namg/files')
-rw-r--r-- | mail/namg/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/namg/files/patch-ab b/mail/namg/files/patch-ab new file mode 100644 index 000000000000..c0aa25690df9 --- /dev/null +++ b/mail/namg/files/patch-ab @@ -0,0 +1,10 @@ +--- src/door.c.orig Sat Mar 3 02:30:49 2001 ++++ src/door.c Sat Mar 3 02:31:15 2001 +@@ -6,6 +6,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <unistd.h> + |