chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784a51d
)
missing: add IP_TRANSPARENT
author
Kay Sievers
<kay.sievers@vrfy.org>
Fri, 20 May 2011 11:37:04 +0000
(13:37 +0200)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Fri, 20 May 2011 11:37:04 +0000
(13:37 +0200)
src/missing.h
patch
|
blob
|
history
diff --git
a/src/missing.h
b/src/missing.h
index 02b31b743493195a076c70ed5ab7f8f203b62050..23ab39e653febf65f43b897d8e045d725b59e317 100644
(file)
--- a/
src/missing.h
+++ b/
src/missing.h
@@
-80,6
+80,10
@@
#define TIOCVHANGUP 0x5437
#endif
+#ifndef IP_TRANSPARENT
+#define IP_TRANSPARENT 19
+#endif
+
static inline int pivot_root(const char *new_root, const char *put_old) {
return syscall(SYS_pivot_root, new_root, put_old);
}