summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2003-04-20 21:07:02 +0000
committerDon Lewis <truckman@FreeBSD.org>2003-04-20 21:07:02 +0000
commit940cab57e908f2d3122107b320ad69c9e7d45aaf (patch)
tree54c0d3a3c4d37745d6d3eb9edf166b28d88baccd /editors/openoffice-1.0/files
parentPort to __FreeBSD_version >= 500112 that now has getpw*_r() functions (diff)
FreeBSD doesn't use the same method of authenticating passwords that
Linux uses with its shadow password file. This patch was a no-op anyway because of an earlier #ifdef in the source file. If the port needs this functionality, it should be re-implemented using PAM. Approved by: mbr
Notes
Notes: svn path=/head/; revision=79375
Diffstat (limited to 'editors/openoffice-1.0/files')
-rw-r--r--editors/openoffice-1.0/files/patch-sal+osl+unx+security.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal+osl+unx+security.c b/editors/openoffice-1.0/files/patch-sal+osl+unx+security.c
deleted file mode 100644
index 0cc321dcd544..000000000000
--- a/editors/openoffice-1.0/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;
-