openbsd-ports/games/abuse/patches/patch-aa
1998-04-26 00:51:45 +00:00

20 lines
357 B
Plaintext

*** abuse/src/net/mac/tcpip.c.orig Sat Apr 25 20:42:09 1998
--- abuse/src/net/mac/tcpip.c Sat Apr 25 20:42:33 1998
***************
*** 119,125 ****
else
{
printf("Enter ip address:");
! gets(my_name);
}
}
--- 119,125 ----
else
{
printf("Enter ip address:");
! fgets(my_name, 99, stdin);
}
}