freebsd-ports/net/freewais-sf/files/patch-ai
Clement Laforet 0fe0dc5577 - Fix build on -CURRENT
While I'm here:
- use PORTDOCS

PR:             62847
Submitted by:   Craig Rodrigues <rodrigc@crodrigues.org>
2004-02-21 15:58:31 +00:00

21 lines
394 B
Text

--- 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