aboutsummaryrefslogtreecommitdiff
path: root/security/skip/files/patch-bd
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2006-04-06 13:54:46 +0000
committerArchie Cobbs <archie@FreeBSD.org>2006-04-06 13:54:46 +0000
commite64e4b6ab5004af418598e36930d480a5b6d1771 (patch)
tree94f29403f0bd90d0d8b4db260a491de4dc9d9806 /security/skip/files/patch-bd
parentcf5c0d21822eda35b76ccd3302a97960f3deb8aa (diff)
Notes
Diffstat (limited to 'security/skip/files/patch-bd')
-rw-r--r--security/skip/files/patch-bd17
1 files changed, 0 insertions, 17 deletions
diff --git a/security/skip/files/patch-bd b/security/skip/files/patch-bd
deleted file mode 100644
index 6fc23297ca7f..000000000000
--- a/security/skip/files/patch-bd
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/PORT/freebsd2.1/include/compat.h work.new/libdb/PORT/freebsd2.1/include/compat.h
---- skipsrc-1.0.orig/libdb/PORT/freebsd2.1/include/compat.h Fri Oct 25 13:12:04 1996
-+++ work.new/libdb/PORT/freebsd2.1/include/compat.h Mon Jan 24 12:35:38 2000
-@@ -125,13 +125,6 @@
- #define bcopy(a, b, n) memmove(b, a, n)
- #endif
-
--#if defined(BSD) || defined(BSD4_3)
--#define strchr(a, b) index(a, b)
--#define strrchr(a, b) rindex(a, b)
--#define memcmp(a, b, n) bcmp(a, b, n)
--#define memmove(a, b, n) bcopy(b, a, n)
--#endif
--
- /*
- * 32-bit machine. The db routines are theoretically independent of
- * the size of u_shorts and u_longs, but I don't know that anyone has