aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/patch-sal+osl+unx+security.c
blob: 0cc321dcd54405bf3ef501e0b35ab8af32fa4fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../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;