summaryrefslogtreecommitdiffstats
path: root/debian/patches/kfbsd.diff
blob: fbb78b96a831e2d218b4aaa4c80f480a524b8009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix build on FreeBSD #650820
Author: Gabriele Giacone <1o5g4r8o@gmail.com>
Last-Update: 2012-07-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/clplumbing/ipcsocket.c
+++ b/lib/clplumbing/ipcsocket.c
@@ -2406,7 +2406,7 @@ socket_verify_auth(struct IPC_CHANNEL* c
 
 #define	EXTRASPACE	0
 
-#ifdef HAVE_STRUCT_CMSGCRED
+#if defined(HAVE_STRUCT_CMSGCRED) || defined( __FreeBSD_kernel__) || defined(__GNU__)
 	/* FreeBSD */
   typedef struct cmsgcred Cred;
 #	define crRuid	cmcred_uid