Source-Changes-HG archive

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

[src/netbsd-1-6]: src/tools/compat Pull up revision 1.14 (requested by thorpe...



details:   https://anonhg.NetBSD.org/src/rev/a3d3e4f747f2
branches:  netbsd-1-6
changeset: 529267:a3d3e4f747f2
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 16:20:30 2002 +0000

description:
Pull up revision 1.14 (requested by thorpej in ticket #797):
  Include various more functions in libnbcompat, mostly
  becuase our tools use features not universally present in
  other versions. This applies to glob(3), vis(3), and the
  MD2, MD4, RMD160 and SHA1 implementations.
  Also add checks for random(3) and termios.h for the Heimdal
  host tools.
  Update README to indicate the current state of building the
  host tools on Solaris 8 (for SPARC).

diffstat:

 tools/compat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ed0e07cd12cf -r a3d3e4f747f2 tools/compat/Makefile
--- a/tools/compat/Makefile     Sun Nov 03 16:20:06 2002 +0000
+++ b/tools/compat/Makefile     Sun Nov 03 16:20:30 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2002/04/18 21:15:08 tv Exp $
+#      $NetBSD: Makefile,v 1.13.2.1 2002/11/03 16:20:30 he Exp $
 
 HOSTLIB=       nbcompat
 
@@ -10,7 +10,7 @@
                snprintf.c strlcat.c strlcpy.c strmode.c strsep.c \
                unvis.c vis.c \
                _err.c _errx.c _verr.c _verrx.c _vwarn.c _vwarnx.c \
-               _warn.c _warnx.c __fts13.c
+               _warn.c _warnx.c __fts13.c __glob13.c
 
 # -D_FILE_OFFSET_BITS=64 produces a much more amenable `struct stat', and
 # other file ops, on many systems, without changing function names.



Home | Main Index | Thread Index | Old Index