<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/lib/berkeley-db-1.xx/PORT/bsd.4.4/include/db.h
+++ b/lib/berkeley-db-1.xx/PORT/bsd.4.4/include/db.h
@@ -37,7 +37,7 @@
 #define	_DB_H_
 
 #include &lt;sys/types.h&gt;
-#include &lt;sys/cdefs.h&gt;
+#include "cdefs.h"
 
 #include &lt;limits.h&gt;
 
--- a/lib/berkeley-db-1.xx/PORT/clib/memmove.c
+++ b/lib/berkeley-db-1.xx/PORT/clib/memmove.c
@@ -38,7 +38,7 @@
 static char sccsid[] = "@(#)bcopy.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 
-#include &lt;sys/cdefs.h&gt;
+#include "cdefs.h"
 #include &lt;string.h&gt;
 
 /*
--- a/lib/berkeley-db-1.xx/PORT/clib/snprintf.c
+++ b/lib/berkeley-db-1.xx/PORT/clib/snprintf.c
@@ -1,5 +1,5 @@
 #include &lt;sys/types.h&gt;
-#include &lt;sys/cdefs.h&gt;
+#include "cdefs.h"
 
 #include &lt;compat.h&gt;
 
--- a/lib/berkeley-db-1.xx/PORT/hpux.9.01/local/hp_siglist.c
+++ b/lib/berkeley-db-1.xx/PORT/hpux.9.01/local/hp_siglist.c
@@ -2,7 +2,7 @@
  * Derived from:
  * static char sccsid[] = "@(#)siglist.c	8.1 (Berkeley) 6/4/93";
  */
-#include &lt;sys/cdefs.h&gt;
+#include "cdefs.h"
 
 #include &lt;signal.h&gt;
 
--- a/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/db.h
+++ b/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/db.h
@@ -37,7 +37,7 @@
 #define	_DB_H_
 
 #include &lt;sys/types.h&gt;
-#include &lt;sys/cdefs.h&gt;
+#include "cdefs.h"
 
 #include &lt;limits.h&gt;
 
--- a/lib/berkeley-db-1.xx/include/db.h
+++ b/lib/berkeley-db-1.xx/include/db.h
@@ -37,7 +37,7 @@
 #define	_DB_H_
 
 #include &lt;sys/types.h&gt;
-#include &lt;sys/cdefs.h&gt;
+#include "cdefs.h"
 
 #include &lt;limits.h&gt;
 
</pre></body></html>