2006-06-07 Fred Fish <fnf@specifix.com>

* libc/search/hash_bigkey.c (MIN,MAX): Remove
        defines that are already supplied by <sys/param.h>.
This commit is contained in:
Jeff Johnston 2006-06-07 19:22:59 +00:00
parent 3cc3705ca0
commit b5b6cbd8ec
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-06-07 Fred Fish <fnf@specifix.com>
* libc/search/hash_bigkey.c (MIN,MAX): Remove
defines that are already supplied by <sys/param.h>.
2006-06-07 Fred Fish <fnf@specifix.com>
* configure.host: Remove references to HAVE_GETTIMEOFDAY.

View File

@ -40,10 +40,6 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
/* Macros for min/max. */
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))
/*
* PACKAGE: hash
* DESCRIPTION: