mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
11 lines
300 B
Text
11 lines
300 B
Text
--- 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)
|