head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	v0_1_0:1.1.1.1
	SHIPLEY:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.10.27.14.11.12;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	99.05.09.17.50.07;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.09.17.50.07;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix build on -current
- Fixes for portlint (DOCSDIR)

PR:		58582
Submitted by:	elvis@@sslab.cs.ccu.edu.tw
@
text
@--- slush.c-	Mon Oct 27 06:19:50 2003
+++ slush.c	Mon Oct 27 06:21:46 2003
@@@@ -34,7 +34,10 @@@@
 #include <signal.h>
 #include <string.h>
 #include <stdlib.h>
+#include <sys/param.h>
+#if __FreeBSD_version >= 500000
 #include <getopt.h>
+#endif
 #include <termios.h>
 #include <pwd.h>
 #include <sys/ioctl.h>
@


1.1
log
@Initial revision
@
text
@d1 13
a13 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>
@


1.1.1.1
log
@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>
@
text
@@
