diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-11 03:03:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-11 03:03:18 +0000 |
commit | 7138638c96036593aa069118078b5c5dd6441adc (patch) | |
tree | dff57885d2eef5d81987dadda332386238f938fc /net/dictd/files/patch-decl.h | |
parent | - update to 1.10.8 (diff) |
- Update to 1.10.8
- maintain it for a while
Notes
Notes:
svn path=/head/; revision=189736
Diffstat (limited to 'net/dictd/files/patch-decl.h')
-rw-r--r-- | net/dictd/files/patch-decl.h | 11 |
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 ); |