diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:50:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:50:07 +0000 |
commit | 754ea881597bf8ee78f2777812190c09b28c6fdc (patch) | |
tree | 5ad716d93c2f653b8c1b5841f4fe7c1cbb340d86 /security/slush/files/patch-ab | |
parent | fix more stupid typos (diff) |
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>
Notes
Notes:
svn path=/head/; revision=18698
Diffstat (limited to 'security/slush/files/patch-ab')
-rw-r--r-- | security/slush/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/slush/files/patch-ab b/security/slush/files/patch-ab new file mode 100644 index 000000000000..2a72fc630570 --- /dev/null +++ b/security/slush/files/patch-ab @@ -0,0 +1,19 @@ +*** 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> |