diff options
author | Don Lewis <truckman@FreeBSD.org> | 2003-04-20 21:07:02 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2003-04-20 21:07:02 +0000 |
commit | 940cab57e908f2d3122107b320ad69c9e7d45aaf (patch) | |
tree | 54c0d3a3c4d37745d6d3eb9edf166b28d88baccd /editors/openoffice/files | |
parent | db782b35fb59636d72163f107d12c747d1466939 (diff) | |
download | ports-940cab57e908f2d3122107b320ad69c9e7d45aaf.tar.gz ports-940cab57e908f2d3122107b320ad69c9e7d45aaf.zip |
Notes
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r-- | editors/openoffice/files/patch-sal+osl+unx+security.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice/files/patch-sal+osl+unx+security.c b/editors/openoffice/files/patch-sal+osl+unx+security.c deleted file mode 100644 index 0cc321dcd544..000000000000 --- a/editors/openoffice/files/patch-sal+osl+unx+security.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../sal/osl/unx/security.c.orig Sat Jul 20 22:53:31 2002 -+++ ../sal/osl/unx/security.c Sat Jul 20 22:52:39 2002 -@@ -739,7 +739,7 @@ - } - - --#elif (LINUX && (GLIBC >= 2)) -+#elif ((LINUX && (GLIBC >= 2)) || defined(FREEBSD)) - - struct passwd *pPasswd; - |