summaryrefslogtreecommitdiff
path: root/sysutils/sge60/files/patch-common_basis__types.h
blob: 84515b99c65dcaabb881b7140906445734c05c85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$FreeBSD$

--- common/basis_types.h.orig
+++ common/basis_types.h
@@ -251,12 +251,10 @@
    else \
       variable = pthread_getspecific(key)
 
-#if !defined(FREEBSD)
 #define HAS_GETPWNAM_R
 #define HAS_GETGRNAM_R
 #define HAS_GETPWUID_R
 #define HAS_GETGRGID_R
-#endif
 
 #define HAS_LOCALTIME_R
 #define HAS_CTIME_R