aboutsummaryrefslogtreecommitdiffstats
path: root/x11/emu
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-06 23:58:31 +0800
committersteve <steve@FreeBSD.org>1999-06-06 23:58:31 +0800
commit1609212b611bfa01f5b1a2bbedb598fd5bf713fb (patch)
treed73898d73f4dd47d6ce6de2d1973139fd31cbeac /x11/emu
parentbef2a47acf3fc3aaaecd55dff55addc34726a4ec (diff)
downloadfreebsd-ports-gnome-1609212b611bfa01f5b1a2bbedb598fd5bf713fb.tar.gz
freebsd-ports-gnome-1609212b611bfa01f5b1a2bbedb598fd5bf713fb.tar.zst
freebsd-ports-gnome-1609212b611bfa01f5b1a2bbedb598fd5bf713fb.zip
Don't declare that read returns an int so this compiles on a -current
box with egcs for archs where sizeof(ssize_t) != sizeof(int).
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/files/patch-d11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/emu/files/patch-d b/x11/emu/files/patch-d
new file mode 100644
index 000000000000..f98ba259da7e
--- /dev/null
+++ b/x11/emu/files/patch-d
@@ -0,0 +1,11 @@
+--- term/parser/parser.c.orig Mon May 31 09:29:42 1999
++++ term/parser/parser.c Mon May 31 09:30:23 1999
+@@ -156,7 +156,7 @@
+ iparse(TermWidget w, int *fdp, XtInputId id)
+ {
+ Import int errno;
+- Import int read();
++ /*Import int read();*/
+ int nread, fd = *fdp;
+
+ if (fd < 0)