There was a reason they included <sys/param.h> (MIN, MAX)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Feb 1991 08:44:24 +0000 (00:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Feb 1991 08:44:24 +0000 (00:44 -0800)
SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 5.3
SCCS-vsn: lib/libc/db/hash/hash_buf.c 5.6

usr/src/lib/libc/db/hash/hash_bigkey.c
usr/src/lib/libc/db/hash/hash_buf.c

index 0c5a77d..be33f3a 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_bigkey.c      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_bigkey.c      5.3 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /******************************************************************************
 #endif /* LIBC_SCCS and not lint */
 
 /******************************************************************************
@@ -32,7 +32,7 @@ ROUTINES:
        collect_data
 ******************************************************************************/
 /* Includes */
        collect_data
 ******************************************************************************/
 /* Includes */
-#include <sys/types.h>
+#include <sys/param.h>
 #include <assert.h>
 #include <errno.h>
 #include <db.h>
 #include <assert.h>
 #include <errno.h>
 #include <db.h>
index e96085c..6a7a0a7 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hash_buf.c 5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)hash_buf.c 5.6 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /******************************************************************************
 #endif /* LIBC_SCCS and not lint */
 
 /******************************************************************************
@@ -29,7 +29,7 @@ ROUTINES:
        newbuf
 
 ******************************************************************************/
        newbuf
 
 ******************************************************************************/
-#include <sys/types.h>
+#include <sys/param.h>
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>