6796b1d8da
- remove RCS ID tags from patches - convert patch-aa to a unified diff - ${MV} -> mv in Makefile
12 lines
250 B
Plaintext
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);
|
|
}
|
|
}
|
|
|