freebsd-ports/security/slush/files/patch-ab
Steve Price 754ea88159 Initial import of slush version 0.1.0.
A telnet-like application which uses a secure SSL channel.

PR:		11557
Submitted by:	Peter Shipley <shipley@dis.org>
1999-05-09 17:50:07 +00:00

19 lines
437 B
Text

*** slush.c- Fri May 7 03:31:04 1999
--- slush.c Fri May 7 03:31:14 1999
***************
*** 34,40 ****
#include <signal.h>
#include <string.h>
#include <stdlib.h>
! #include <getopt.h>
#include <termios.h>
#include <pwd.h>
#include <sys/ioctl.h>
--- 34,40 ----
#include <signal.h>
#include <string.h>
#include <stdlib.h>
! /* #include <getopt.h> */
#include <termios.h>
#include <pwd.h>
#include <sys/ioctl.h>