Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/termcap Pull up revision 1.24 (requested by itoju...



details:   https://anonhg.NetBSD.org/src/rev/0a707dbcd7b8
branches:  netbsd-1-6
changeset: 527647:0a707dbcd7b8
user:      tv <tv%NetBSD.org@localhost>
date:      Thu May 30 23:50:51 2002 +0000

description:
Pull up revision 1.24 (requested by itojun in ticket #100):
comment; no need to care about endianness, as DB keys are ascii strings
(modulo possible DB lookup performance issue)

diffstat:

 share/termcap/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf236e304b44 -r 0a707dbcd7b8 share/termcap/Makefile
--- a/share/termcap/Makefile    Thu May 30 23:48:43 2002 +0000
+++ b/share/termcap/Makefile    Thu May 30 23:50:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2002/03/30 19:09:52 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.23.2.1 2002/05/30 23:50:51 tv Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/8/93
 
 MAN=   termcap.5
@@ -9,6 +9,7 @@
 FILESNAME_termcap.src=termcap
 FILESDIR=${BINDIR}/misc
 
+# there's no issue in endianness as DB keys are ascii strings.
 termcap.db: termcap.src
        ${CAP_MKDB} -f termcap ${.ALLSRC}
 



Home | Main Index | Thread Index | Old Index