b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/lib/berkeley-db-1.xx/PORT/bsd.4.4/include/db.h |
| 2 | +++ b/lib/berkeley-db-1.xx/PORT/bsd.4.4/include/db.h |
| 3 | @@ -37,7 +37,7 @@ |
| 4 | #define _DB_H_ |
| 5 | |
| 6 | #include <sys/types.h> |
| 7 | -#include <sys/cdefs.h> |
| 8 | +#include "cdefs.h" |
| 9 | |
| 10 | #include <limits.h> |
| 11 | |
| 12 | --- a/lib/berkeley-db-1.xx/PORT/clib/memmove.c |
| 13 | +++ b/lib/berkeley-db-1.xx/PORT/clib/memmove.c |
| 14 | @@ -38,7 +38,7 @@ |
| 15 | static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93"; |
| 16 | #endif /* LIBC_SCCS and not lint */ |
| 17 | |
| 18 | -#include <sys/cdefs.h> |
| 19 | +#include "cdefs.h" |
| 20 | #include <string.h> |
| 21 | |
| 22 | /* |
| 23 | --- a/lib/berkeley-db-1.xx/PORT/clib/snprintf.c |
| 24 | +++ b/lib/berkeley-db-1.xx/PORT/clib/snprintf.c |
| 25 | @@ -1,5 +1,5 @@ |
| 26 | #include <sys/types.h> |
| 27 | -#include <sys/cdefs.h> |
| 28 | +#include "cdefs.h" |
| 29 | |
| 30 | #include <compat.h> |
| 31 | |
| 32 | --- a/lib/berkeley-db-1.xx/PORT/hpux.9.01/local/hp_siglist.c |
| 33 | +++ b/lib/berkeley-db-1.xx/PORT/hpux.9.01/local/hp_siglist.c |
| 34 | @@ -2,7 +2,7 @@ |
| 35 | * Derived from: |
| 36 | * static char sccsid[] = "@(#)siglist.c 8.1 (Berkeley) 6/4/93"; |
| 37 | */ |
| 38 | -#include <sys/cdefs.h> |
| 39 | +#include "cdefs.h" |
| 40 | |
| 41 | #include <signal.h> |
| 42 | |
| 43 | --- a/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/db.h |
| 44 | +++ b/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/db.h |
| 45 | @@ -37,7 +37,7 @@ |
| 46 | #define _DB_H_ |
| 47 | |
| 48 | #include <sys/types.h> |
| 49 | -#include <sys/cdefs.h> |
| 50 | +#include "cdefs.h" |
| 51 | |
| 52 | #include <limits.h> |
| 53 | |
| 54 | --- a/lib/berkeley-db-1.xx/include/db.h |
| 55 | +++ b/lib/berkeley-db-1.xx/include/db.h |
| 56 | @@ -37,7 +37,7 @@ |
| 57 | #define _DB_H_ |
| 58 | |
| 59 | #include <sys/types.h> |
| 60 | -#include <sys/cdefs.h> |
| 61 | +#include "cdefs.h" |
| 62 | |
| 63 | #include <limits.h> |
| 64 | |