summaryrefslogtreecommitdiff
path: root/net/dictd/files/patch-decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dictd/files/patch-decl.h')
-rw-r--r--net/dictd/files/patch-decl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/dictd/files/patch-decl.h b/net/dictd/files/patch-decl.h
deleted file mode 100644
index 4e970dfaa592..000000000000
--- a/net/dictd/files/patch-decl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- decl.h.orig Sat Jan 11 18:39:08 2003
-+++ decl.h Sat Jan 11 18:38:58 2003
-@@ -28,7 +28,7 @@
- declarations for standard library calls. We provide them here for
- situations that we know about. */
-
--#if defined(__sparc__) && !defined(__linux__)
-+#if defined(__sparc__) && !(defined(__linux__) || defined(__FreeBSD__))
- /* Both SunOS and Solaris */
- extern int getrusage( int who, struct rusage * );
- extern void bcopy( const void *, void *, int );