Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.bin/tn3270/tools Pull up revision 1.8 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/20627dfc5aa8
branches:  netbsd-1-6
changeset: 529607:20627dfc5aa8
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 12:20:00 2002 +0000

description:
Pull up revision 1.8 (requested by thorpej in ticket #821):
  Make the tn3270 host tools build on non-BSD systems.

diffstat:

 usr.bin/tn3270/tools/mkastods/mkastods.c |  12 ++++++------
 usr.bin/tn3270/tools/mkdstoas/mkdstoas.c |  13 ++++++-------
 2 files changed, 12 insertions(+), 13 deletions(-)

diffs (76 lines):

diff -r dc402c4ee2f5 -r 20627dfc5aa8 usr.bin/tn3270/tools/mkastods/mkastods.c
--- a/usr.bin/tn3270/tools/mkastods/mkastods.c  Sun Dec 01 12:19:18 2002 +0000
+++ b/usr.bin/tn3270/tools/mkastods/mkastods.c  Sun Dec 01 12:20:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mkastods.c,v 1.6 2002/01/31 19:36:51 tv Exp $  */
+/*     $NetBSD: mkastods.c,v 1.6.2.1 2002/12/01 12:20:00 he Exp $      */
 
 /*-
  * Copyright (c) 1988 The Regents of the University of California.
@@ -33,7 +33,10 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
+#include <stdio.h>
+#include <string.h>
+#include <ctype.h>
+
 #if defined(__COPYRIGHT) && !defined(lint)
 __COPYRIGHT(
 "@(#) Copyright (c) 1988 The Regents of the University of California.\n\
@@ -44,13 +47,10 @@
 #if 0
 static char sccsid[] = "@(#)mkastods.c 4.2 (Berkeley) 4/26/91";
 #else
-__RCSID("$NetBSD: mkastods.c,v 1.6 2002/01/31 19:36:51 tv Exp $");
+__RCSID("$NetBSD: mkastods.c,v 1.6.2.1 2002/12/01 12:20:00 he Exp $");
 #endif
 #endif /* not lint */
 
-#include <stdio.h>
-#include <string.h>
-#include <ctype.h>
 #include "../api/asc_ebc.h"
 #include "../api/ebc_disp.h"
 
diff -r dc402c4ee2f5 -r 20627dfc5aa8 usr.bin/tn3270/tools/mkdstoas/mkdstoas.c
--- a/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c  Sun Dec 01 12:19:18 2002 +0000
+++ b/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c  Sun Dec 01 12:20:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mkdstoas.c,v 1.6 2002/01/31 19:36:52 tv Exp $  */
+/*     $NetBSD: mkdstoas.c,v 1.6.2.1 2002/12/01 12:20:00 he Exp $      */
 
 /*-
  * Copyright (c) 1988 The Regents of the University of California.
@@ -33,7 +33,10 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
+#include <stdio.h>
+#include <string.h>
+#include <ctype.h>
+
 #if defined(__COPYRIGHT) && !defined(lint)
 __COPYRIGHT(
 "@(#) Copyright (c) 1988 The Regents of the University of California.\n\
@@ -44,17 +47,13 @@
 #if 0
 static char sccsid[] = "@(#)mkdstoas.c 4.2 (Berkeley) 4/26/91";
 #else
-__RCSID("$NetBSD: mkdstoas.c,v 1.6 2002/01/31 19:36:52 tv Exp $");
+__RCSID("$NetBSD: mkdstoas.c,v 1.6.2.1 2002/12/01 12:20:00 he Exp $");
 #endif
 #endif /* not lint */
 
-#include <stdio.h>
-#include <string.h>
-#include <ctype.h>
 #include "../api/asc_ebc.h"
 #include "../api/ebc_disp.h"
 
-
 int main __P((int, char *[]));
 
 int



Home | Main Index | Thread Index | Old Index