summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2003-04-22 04:56:56 +0000
committerDon Lewis <truckman@FreeBSD.org>2003-04-22 04:56:56 +0000
commit2dc75ff13e6da2506ef34b2a8502a37940c13743 (patch)
treedea1b19c5d4f5e58fc94b5c1be3c631cabb0ddb9 /editors/openoffice.org-3-RC
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=79438
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-sal+osl+unx+security.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+security.c b/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+security.c
deleted file mode 100644
index 0cc321dcd544..000000000000
--- a/editors/openoffice.org-3-RC/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;
-