From 842f3b0fc983d9161e152da5b765008e3e6942a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 22 Dec 2012 19:29:04 +0100 Subject: nspawn: allow passing socket activation fds through nspawn --- src/shared/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared/util.h') 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" -- cgit v1.2.3-54-g00ecf