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/api Pull up revision 1.6 (requested by t...



details:   https://anonhg.NetBSD.org/src/rev/33571a1dbd80
branches:  netbsd-1-6
changeset: 529605:33571a1dbd80
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 12:18:27 2002 +0000

description:
Pull up revision 1.6 (requested by thorpej in ticket #821):
  Make the tn3270 host tools build on non-BSD systems.
  Also, remove some non-__STDC__ handling.

diffstat:

 usr.bin/tn3270/api/asc_ebc.c  |  6 ++++--
 usr.bin/tn3270/api/ebc_disp.c |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 5c2aabeecfa0 -r 33571a1dbd80 usr.bin/tn3270/api/asc_ebc.c
--- a/usr.bin/tn3270/api/asc_ebc.c      Sun Dec 01 12:07:19 2002 +0000
+++ b/usr.bin/tn3270/api/asc_ebc.c      Sun Dec 01 12:18:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asc_ebc.c,v 1.5 2002/01/31 19:36:50 tv Exp $   */
+/*     $NetBSD: asc_ebc.c,v 1.5.2.1 2002/12/01 12:18:27 he Exp $       */
 
 /*-
  * Copyright (c) 1988 The Regents of the University of California.
@@ -33,14 +33,16 @@
  * SUCH DAMAGE.
  */
 
+#ifndef HOST_TOOL
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
 #if 0
 static char sccsid[] = "@(#)asc_ebc.c  4.2 (Berkeley) 4/26/91";
 #else
-__RCSID("$NetBSD: asc_ebc.c,v 1.5 2002/01/31 19:36:50 tv Exp $");
+__RCSID("$NetBSD: asc_ebc.c,v 1.5.2.1 2002/12/01 12:18:27 he Exp $");
 #endif
 #endif /* not lint */
+#endif /* ! HOST_TOOL */
 
 /*
  * Ascii<->Ebcdic translation tables.
diff -r 5c2aabeecfa0 -r 33571a1dbd80 usr.bin/tn3270/api/ebc_disp.c
--- a/usr.bin/tn3270/api/ebc_disp.c     Sun Dec 01 12:07:19 2002 +0000
+++ b/usr.bin/tn3270/api/ebc_disp.c     Sun Dec 01 12:18:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ebc_disp.c,v 1.5 2002/01/31 19:36:50 tv Exp $  */
+/*     $NetBSD: ebc_disp.c,v 1.5.2.1 2002/12/01 12:18:27 he Exp $      */
 
 /*-
  * Copyright (c) 1988 The Regents of the University of California.
@@ -33,14 +33,16 @@
  * SUCH DAMAGE.
  */
 
+#ifndef HOST_TOOL
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
 #if 0
 static char sccsid[] = "@(#)ebc_disp.c 4.2 (Berkeley) 4/26/91";
 #else
-__RCSID("$NetBSD: ebc_disp.c,v 1.5 2002/01/31 19:36:50 tv Exp $");
+__RCSID("$NetBSD: ebc_disp.c,v 1.5.2.1 2002/12/01 12:18:27 he Exp $");
 #endif
 #endif /* not lint */
+#endif /* ! HOST_TOOL */
 
 /*
  * Translate table to map EBCDIC into 3270 display codes.



Home | Main Index | Thread Index | Old Index