diff options
Diffstat (limited to 'pkgtools/pkg_install/patches/patch-ag')
-rw-r--r-- | pkgtools/pkg_install/patches/patch-ag | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgtools/pkg_install/patches/patch-ag b/pkgtools/pkg_install/patches/patch-ag deleted file mode 100644 index 8096c065eb0..00000000000 --- a/pkgtools/pkg_install/patches/patch-ag +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2002/07/03 22:43:41 abs Exp $ - ---- lib/pkgdb.c.orig Sun Sep 16 17:34:45 2001 -+++ lib/pkgdb.c -@@ -35,7 +35,11 @@ - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#ifdef __linux__ -+#include <db1/db.h> -+#else - #include <db.h> -+#endif - #include <err.h> - #include <errno.h> - #include <fcntl.h> |