openbsd-ports/games/abuse/patches/patch-aa
brad 6796b1d8da - fix comment in patches about GCC, it's 2.95.x not 2.9.x
- remove RCS ID tags from patches
- convert patch-aa to a unified diff
- ${MV} -> mv in Makefile
1999-12-07 01:30:20 +00:00

12 lines
250 B
Plaintext

--- abuse/src/net/mac/tcpip.c.orig Fri May 24 17:58:22 1996
+++ abuse/src/net/mac/tcpip.c Sun Nov 7 20:32:54 1999
@@ -119,7 +119,7 @@
else
{
printf("Enter ip address:");
- gets(my_name);
+ fgets(my_name, 99, stdin);
}
}