1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11/emu/files/patch-d
Steve Price 1f7fe3f825 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).
1999-06-06 15:58:31 +00:00

12 lines
300 B
Plaintext

--- 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)