aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/libkern/libkern.h4
-rw-r--r--sys/sys/libkern.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/libkern/libkern.h b/sys/libkern/libkern.h
index 80d9e545582c..c53fcb31a0f4 100644
--- a/sys/libkern/libkern.h
+++ b/sys/libkern/libkern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)libkern.h 8.1 (Berkeley) 6/10/93
- * $Id: libkern.h,v 1.3 1994/08/30 18:19:47 davidg Exp $
+ * $Id: libkern.h,v 1.4 1994/09/18 23:04:25 bde Exp $
*/
#include <sys/types.h>
@@ -49,7 +49,9 @@ static inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }
/* Prototypes for non-quad routines. */
int bcmp __P((const void *, const void *, size_t));
+#ifndef HAVE_INLINE_FFS
int ffs __P((int));
+#endif
int locc __P((int, char *, u_int));
u_long random __P((void));
char *rindex __P((const char *, int));
diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h
index 80d9e545582c..c53fcb31a0f4 100644
--- a/sys/sys/libkern.h
+++ b/sys/sys/libkern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)libkern.h 8.1 (Berkeley) 6/10/93
- * $Id: libkern.h,v 1.3 1994/08/30 18:19:47 davidg Exp $
+ * $Id: libkern.h,v 1.4 1994/09/18 23:04:25 bde Exp $
*/
#include <sys/types.h>
@@ -49,7 +49,9 @@ static inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }
/* Prototypes for non-quad routines. */
int bcmp __P((const void *, const void *, size_t));
+#ifndef HAVE_INLINE_FFS
int ffs __P((int));
+#endif
int locc __P((int, char *, u_int));
u_long random __P((void));
char *rindex __P((const char *, int));