summaryrefslogtreecommitdiff
path: root/nix-test
diff options
context:
space:
mode:
authorTilde Engineering <engineering@tilde.io>2015-07-06 16:50:57 -0700
committerTilde Engineering <engineering@tilde.io>2015-07-06 17:07:00 -0700
commitb29068c0e3fbb02f11890705cee53a4fbc735188 (patch)
treed054b4a0118bbc55fd2d2a49a4aa575fa7de6750 /nix-test
parent27807473ae5d46f700551a05a2d606ab31d5c532 (diff)
downloadnix-b29068c0e3fbb02f11890705cee53a4fbc735188.zip
Consts are not on all kernels
Diffstat (limited to 'nix-test')
-rw-r--r--nix-test/src/const.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nix-test/src/const.c b/nix-test/src/const.c
index 94d71eb5..87f6ae5c 100644
--- a/nix-test/src/const.c
+++ b/nix-test/src/const.c
@@ -157,7 +157,7 @@ get_int_const(const char* err) {
GET_CONST(ENOTRECOVERABLE);
#ifndef __ANDROID__
GET_CONST(ERFKILL);
- GET_CONST(EHWPOISON);
+ // GET_CONST(EHWPOISON);
#endif
#endif
@@ -263,14 +263,14 @@ get_int_const(const char* err) {
GET_CONST(SOL_UDP);
GET_CONST(SO_BINDTODEVICE);
GET_CONST(SO_BSDCOMPAT);
- GET_CONST(SO_DOMAIN);
- GET_CONST(SO_MARK);
+ // GET_CONST(SO_DOMAIN);
+ // GET_CONST(SO_MARK);
GET_CONST(TCP_CORK);
// GET_CONST(SO_BUSY_POLL);
- GET_CONST(SO_RXQ_OVFL);
+ // GET_CONST(SO_RXQ_OVFL);
GET_CONST(SO_PASSCRED);
GET_CONST(SO_PRIORITY);
- GET_CONST(SO_PROTOCOL);
+ // GET_CONST(SO_PROTOCOL);
GET_CONST(SO_RCVBUFFORCE);
// GET_CONST(SO_PEEK_OFF);
GET_CONST(SO_PEERCRED);