diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-12-22 19:29:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-12-22 22:17:58 +0100 |
commit | 842f3b0fc983d9161e152da5b765008e3e6942a8 (patch) | |
tree | 13bc68dce7f0c698879fd25dc89d6b186ffd2deb /src/shared | |
parent | e83c71637eb3158ad84e1d4f7c4a1ea37f15c55a (diff) |
nspawn: allow passing socket activation fds through nspawn
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index af18d0b657..bf24272ea6 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -46,7 +46,6 @@ union dirent_storage { ((NAME_MAX + 1 + sizeof(long)) & ~(sizeof(long) - 1))]; }; - /* What is interpreted as whitespace? */ #define WHITESPACE " \t\n\r" #define NEWLINE "\n\r" |