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.1 (new, requested by th...



details:   https://anonhg.NetBSD.org/src/rev/256e975d5024
branches:  netbsd-1-6
changeset: 529263:256e975d5024
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 16:18:39 2002 +0000

description:
Pull up revision 1.1 (new, 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/glob.h   |  5 +++++
 tools/compat/md2.h    |  5 +++++
 tools/compat/md4.h    |  5 +++++
 tools/compat/md5.h    |  5 +++++
 tools/compat/rmd160.h |  5 +++++
 tools/compat/sha1.h   |  5 +++++
 tools/compat/vis.h    |  5 +++++
 7 files changed, 35 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 9d487952ae0b -r 256e975d5024 tools/compat/glob.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/glob.h       Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: glob.h,v 1.1.2.2 2002/11/03 16:18:39 he Exp $  */
+
+/* We unconditionally use the NetBSD glob(3) in libnbcompat. */
+#include "config.h"
+#include "../../include/glob.h"
diff -r 9d487952ae0b -r 256e975d5024 tools/compat/md2.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/md2.h        Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: md2.h,v 1.1.2.2 2002/11/03 16:18:39 he Exp $   */
+
+/* We unconditionally use the NetBSD MD2 in libnbcompat. */
+#include "config.h"
+#include "../../include/md2.h"
diff -r 9d487952ae0b -r 256e975d5024 tools/compat/md4.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/md4.h        Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: md4.h,v 1.1.2.2 2002/11/03 16:18:39 he Exp $   */
+
+/* We unconditionally use the NetBSD MD4 in libnbcompat. */
+#include "config.h"
+#include "../../include/md4.h"
diff -r 9d487952ae0b -r 256e975d5024 tools/compat/md5.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/md5.h        Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: md5.h,v 1.1.2.2 2002/11/03 16:18:39 he Exp $   */
+
+/* We unconditionally use the NetBSD MD5 in libnbcompat. */
+#include "config.h"
+#include "../../include/md5.h"
diff -r 9d487952ae0b -r 256e975d5024 tools/compat/rmd160.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/rmd160.h     Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: rmd160.h,v 1.1.2.2 2002/11/03 16:18:40 he Exp $        */
+
+/* We unconditionally use the NetBSD RMD160 in libnbcompat. */
+#include "config.h"
+#include "../../include/rmd160.h"
diff -r 9d487952ae0b -r 256e975d5024 tools/compat/sha1.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/sha1.h       Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: sha1.h,v 1.1.2.2 2002/11/03 16:18:40 he Exp $  */
+
+/* We unconditionally use the NetBSD SHA1 in libnbcompat. */
+#include "config.h"
+#include "../../include/sha1.h"
diff -r 9d487952ae0b -r 256e975d5024 tools/compat/vis.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/vis.h        Sun Nov 03 16:18:39 2002 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: vis.h,v 1.1.2.2 2002/11/03 16:18:40 he Exp $   */
+
+/* We unconditionally use the NetBSD vis(3) in libnbcompat. */
+#include "config.h"
+#include "../../include/vis.h"



Home | Main Index | Thread Index | Old Index