summaryrefslogtreecommitdiff
path: root/databases/puredb/files/patch-example_read.c
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-13 09:01:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-13 09:01:07 +0000
commitf8be6483d228b115e1ddf5f325a3ab11f2df963d (patch)
treeb262f5a5686d907cc957f689ac62ba534a198a08 /databases/puredb/files/patch-example_read.c
parentUpdate Perl 5.22.3 & 5.24.1 to -RC3. (diff)
- Add LICENSE
- Switch to options helpers - Regenerate patches with `make makepatch`
Diffstat (limited to 'databases/puredb/files/patch-example_read.c')
-rw-r--r--databases/puredb/files/patch-example_read.c12
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)