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:
parent
3cc3705ca0
commit
b5b6cbd8ec
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue