diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-06 17:57:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-06 17:57:23 +0800 |
commit | b462bb8e1de8724290122f123e18fe03bd66ea63 (patch) | |
tree | c766f1113d3b075ef63dbff5cfa158aba3edb2e0 /lang/awka/files | |
parent | 874c69dcbabe11e289f1204452b404febb28818b (diff) | |
download | freebsd-ports-gnome-b462bb8e1de8724290122f123e18fe03bd66ea63.tar.gz freebsd-ports-gnome-b462bb8e1de8724290122f123e18fe03bd66ea63.tar.zst freebsd-ports-gnome-b462bb8e1de8724290122f123e18fe03bd66ea63.zip |
upgrade to 0.7.5
drop maintainership
Diffstat (limited to 'lang/awka/files')
-rw-r--r-- | lang/awka/files/patch-io.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/awka/files/patch-io.c b/lang/awka/files/patch-io.c new file mode 100644 index 000000000000..90af8866bace --- /dev/null +++ b/lang/awka/files/patch-io.c @@ -0,0 +1,10 @@ +--- lib/io.c.orig Mon May 6 17:32:36 2002 ++++ lib/io.c Mon May 6 17:32:58 2002 +@@ -19,6 +19,7 @@ + #include <stdlib.h> + #include <string.h> + #include <errno.h> ++#include <sys/types.h> + + #define _IO_C + #define _IN_LIBRARY |