diff options
Diffstat (limited to 'databases/puredb/files/patch-example_read.c')
-rw-r--r-- | databases/puredb/files/patch-example_read.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/puredb/files/patch-example_read.c b/databases/puredb/files/patch-example_read.c deleted file mode 100644 index ba6d4fe304a8..000000000000 --- a/databases/puredb/files/patch-example_read.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/example_read.c.orig Fri Nov 1 23:21:19 2002 -+++ src/example_read.c Fri Nov 1 23:21:47 2002 -@@ -3,6 +3,9 @@ - - #include <stdio.h> - #include <stdlib.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#endif - #include <puredb_read.h> - - int main(void) |