Include "general.h" to get rid of ansi mem* functions.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Mon, 16 May 1988 10:24:37 +0000 (02:24 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Mon, 16 May 1988 10:24:37 +0000 (02:24 -0800)
SCCS-vsn: usr.bin/telnet/commands.c 1.5
SCCS-vsn: usr.bin/telnet/utilities.c 1.5
SCCS-vsn: usr.bin/telnet/tn3270.c 1.9

usr/src/usr.bin/telnet/commands.c
usr/src/usr.bin/telnet/tn3270.c
usr/src/usr.bin/telnet/utilities.c

index 3073158..e3ff66a 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)commands.c 1.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)commands.c 1.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -24,6 +24,8 @@ static char sccsid[] = "@(#)commands.c        1.4 (Berkeley) %G%";
 
 #include <arpa/telnet.h>
 
 
 #include <arpa/telnet.h>
 
+#include "general.h"
+
 #include "ring.h"
 
 #include "externs.h"
 #include "ring.h"
 
 #include "externs.h"
index bc61818..8045d65 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tn3270.c   1.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)tn3270.c   1.9 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <arpa/telnet.h>
 
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <arpa/telnet.h>
 
+#include "general.h"
+
 #include "defines.h"
 #include "ring.h"
 #include "externs.h"
 #include "defines.h"
 #include "ring.h"
 #include "externs.h"
index 5e8f45b..f34660c 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        1.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)utilities.c        1.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        TELOPTS
 #endif /* not lint */
 
 #define        TELOPTS
@@ -20,6 +20,8 @@ static char sccsid[] = "@(#)utilities.c       1.4 (Berkeley) %G%";
 
 #include <ctype.h>
 
 
 #include <ctype.h>
 
+#include "general.h"
+
 #include "ring.h"
 
 #include "externs.h"
 #include "ring.h"
 
 #include "externs.h"