date and time created 86/04/03 16:50:58 by donn
[unix-history] / usr / src / usr.bin / tip / aculib / biz22.c
index 384765e..803eafd 100644 (file)
@@ -1,10 +1,15 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)biz22.c    4.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)biz22.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
-#if BIZ1022
 #define DISCONNECT_CMD "\20\04"        /* disconnection string */
 
 static int sigALRM();
 #define DISCONNECT_CMD "\20\04"        /* disconnection string */
 
 static int sigALRM();
@@ -152,4 +157,3 @@ detect(s)
        signal(SIGALRM, f);
        return (timeout == 0);
 }
        signal(SIGALRM, f);
        return (timeout == 0);
 }
-#endif