Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern restore bzero and bcmp prototypes for now --...



details:   https://anonhg.NetBSD.org/src/rev/7c4310568a53
branches:  trunk
changeset: 512212:7c4310568a53
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Jul 07 17:22:25 2001 +0000

description:
restore bzero and bcmp prototypes for now -- this has to be hashed out.

diffstat:

 sys/lib/libkern/libkern.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 956417c3136f -r 7c4310568a53 sys/lib/libkern/libkern.h
--- a/sys/lib/libkern/libkern.h Sat Jul 07 17:09:47 2001 +0000
+++ b/sys/lib/libkern/libkern.h Sat Jul 07 17:22:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libkern.h,v 1.36 2001/07/07 12:23:43 simonb Exp $      */
+/*     $NetBSD: libkern.h,v 1.37 2001/07/07 17:22:25 perry Exp $       */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -250,10 +250,10 @@
 #endif
 
 /* Prototypes for non-quad routines. */
-#ifdef _STANDALONE
+/* XXX notyet #ifdef _STANDALONE */
 int     bcmp __P((const void *, const void *, size_t));
 void    bzero __P((void *, size_t));
-#endif
+/* #endif */
 void    __assert __P((const char *, const char *, int, const char *))
            __attribute__((__noreturn__));
 int     ffs __P((int));



Home | Main Index | Thread Index | Old Index