Lint (but untested!).
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Mon, 29 Aug 1988 09:00:16 +0000 (01:00 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Mon, 29 Aug 1988 09:00:16 +0000 (01:00 -0800)
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 3.4
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/makefile 3.4

usr/src/usr.bin/tn3270/distribution/sys_dos/makefile
usr/src/usr.bin/tn3270/distribution/sys_dos/termout.c

index 7cc7f06..8e78a7a 100644 (file)
@@ -14,7 +14,7 @@
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-#      @(#)makefile    3.3 (Berkeley) %G%
+#      @(#)makefile    3.4 (Berkeley) %G%
 #
 # msdos versus unix defines
 O      = .o
 #
 # msdos versus unix defines
 O      = .o
@@ -67,7 +67,7 @@ CFLAGS        = $(OPTIMIZE) $(INCLUDES) $(DEFINES)
 # Lint flags
 LINTFLAGS      = -hbxaz
 
 # Lint flags
 LINTFLAGS      = -hbxaz
 
-ALLH = spint.h termout.ext video.h
+ALLH = spint.h video.h
 
 ALLC = spintc.c system.c termout.c
 
 
 ALLC = spintc.c system.c termout.c
 
@@ -137,7 +137,7 @@ depend:
 
 spintc$O: ../general/general.h spint.h
 system$O: ../general/general.h ../ctlr/api.h spint.h ../general/globals.h
 
 spintc$O: ../general/general.h spint.h
 system$O: ../general/general.h ../ctlr/api.h spint.h ../general/globals.h
-termout$O: ../general/general.h ../telnet.ext ../api/disp_asc.h
-termout$O: ../ascii/map3270.ext ../ctlr/hostctlr.h ../ctlr/inbound.ext
-termout$O: ../ctlr/oia.h ../ctlr/options.ext ../ctlr/outbound.ext
+termout$O: ../general/general.h ../api/disp_asc.h
+termout$O: ../ctlr/hostctlr.h 
+termout$O: ../ctlr/oia.h
 termout$O: ../ctlr/screen.h ../general/globals.h video.h
 termout$O: ../ctlr/screen.h ../general/globals.h video.h
index c51bc7f..6479f4e 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)termout.c  3.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)termout.c  3.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
@@ -29,10 +29,9 @@ static char sccsid[] = "@(#)termout.c        3.3 (Berkeley) %G%";
 #include "../ascii/map3270.ext"
 
 #include "../ctlr/hostctlr.h"
 #include "../ascii/map3270.ext"
 
 #include "../ctlr/hostctlr.h"
-#include "../ctlr/inbound.ext"
+#include "../ctlr/externs.h"
+#include "../ctlr/declare.h"
 #include "../ctlr/oia.h"
 #include "../ctlr/oia.h"
-#include "../ctlr/options.ext"
-#include "../ctlr/outbound.ext"
 #include "../ctlr/screen.h"
 
 #include "../general/globals.h"
 #include "../ctlr/screen.h"
 
 #include "../general/globals.h"