diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-17 18:13:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-17 18:13:21 +0800 |
commit | fb11c532ecf0e01710859ab9394e9f053edbc202 (patch) | |
tree | 7c76ac1878fb33ade1c982068be20c62f659664c /textproc/dictfmt/files | |
parent | ab4dff6056c86cc11fce21044ac39dedb5bfe5e5 (diff) | |
download | freebsd-ports-gnome-fb11c532ecf0e01710859ab9394e9f053edbc202.tar.gz freebsd-ports-gnome-fb11c532ecf0e01710859ab9394e9f053edbc202.tar.zst freebsd-ports-gnome-fb11c532ecf0e01710859ab9394e9f053edbc202.zip |
Update to 1.10.5
PR: 99048
Submitted by: Ports fury
Diffstat (limited to 'textproc/dictfmt/files')
-rw-r--r-- | textproc/dictfmt/files/patch-decl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/dictfmt/files/patch-decl.h b/textproc/dictfmt/files/patch-decl.h deleted file mode 100644 index 8ffcc824f1fb..000000000000 --- a/textproc/dictfmt/files/patch-decl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- decl.h Mon Jan 24 18:44:03 2005 -+++ decl.h Mon Jan 24 18:32:44 2005 -@@ -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 ); |