summaryrefslogtreecommitdiff
path: root/net/freewais-sf/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'net/freewais-sf/files/patch-ai')
-rw-r--r--net/freewais-sf/files/patch-ai21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/freewais-sf/files/patch-ai b/net/freewais-sf/files/patch-ai
deleted file mode 100644
index 3441fca7ddc5..000000000000
--- a/net/freewais-sf/files/patch-ai
+++ /dev/null
@@ -1,21 +0,0 @@
---- confmagic.h.orig Sat Feb 14 11:58:57 2004
-+++ confmagic.h Sat Feb 14 11:59:07 2004
-@@ -12,18 +12,6 @@
- #ifndef _confmagic_h_
- #define _confmagic_h_
-
--#ifndef HAS_BCOPY
--#ifndef bcopy
--#define bcopy(s,d,l) memcpy((d),(s),(l))
--#endif
--#endif
--
--#ifndef HAS_BZERO
--#ifndef bzero
--#define bzero(s,l) memset((s),0,(l))
--#endif
--#endif
--
- #ifndef HAS_INDEX
- #ifndef index
- #define index strchr