diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2005-06-14 12:20:18 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2005-06-14 12:20:18 +0000 |
commit | 25b008afeb5bc5a01e6e660f16a832839f577372 (patch) | |
tree | 1cb31f1c99c61999ed55857bd600444ad319f6f2 /textproc/dict/files | |
parent | ba7917858536824c563ad170d0cd77894c76b992 (diff) | |
download | ports-25b008afeb5bc5a01e6e660f16a832839f577372.tar.gz ports-25b008afeb5bc5a01e6e660f16a832839f577372.zip |
Notes
Diffstat (limited to 'textproc/dict/files')
-rw-r--r-- | textproc/dict/files/patch-libmaa::decl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/dict/files/patch-libmaa::decl.h b/textproc/dict/files/patch-libmaa::decl.h deleted file mode 100644 index af6518a57173..000000000000 --- a/textproc/dict/files/patch-libmaa::decl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libmaa/decl.h.orig Fri Aug 2 12:43:15 2002 -+++ libmaa/decl.h Sat Jan 11 18:39:01 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__)) - #include <sys/resource.h> - /* Both SunOS and Solaris */ - extern int getrusage( int who, struct rusage * ); |