mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
2. Add many knobs. 3. pass maintainer ship to Clement Laforet <sheepkiller@cultdeadsheep.org> PR: 53358 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notification by: daichi
11 lines
243 B
C
11 lines
243 B
C
--- makebdb/makebdb.c.orig Mon Apr 28 08:13:47 2003
|
|
+++ makebdb/makebdb.c Sun Jun 15 18:36:21 2003
|
|
@@ -35,7 +35,7 @@
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
-#include <db.h>
|
|
+#include <db3/db.h>
|
|
|
|
#include "options.h"
|
|
|