1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
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

20 lines
437 B
Plaintext

*** 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>