Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158935317
D46995.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
D46995.diff
View Options
diff --git a/contrib/capsicum-test/sctp.cc b/contrib/capsicum-test/sctp.cc
--- a/contrib/capsicum-test/sctp.cc
+++ b/contrib/capsicum-test/sctp.cc
@@ -1,6 +1,5 @@
// Tests of SCTP functionality
// Requires: libsctp-dev package on Debian Linux, CONFIG_IP_SCTP in kernel config
-#ifdef HAVE_SCTP
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
@@ -12,6 +11,7 @@
#include "capsicum.h"
#include "capsicum-test.h"
+#ifdef HAVE_SCTP
static cap_rights_t r_ro;
static cap_rights_t r_wo;
static cap_rights_t r_rw;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 8, 11:16 PM (16 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33821017
Default Alt Text
D46995.diff (541 B)
Attached To
Mode
D46995: capsicum-test: include SCTP tests
Attached
Detach File
Event Timeline
Log In to Comment