From 1137a57c2677936bab56c26591a42c93a5e670a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 9 May 2010 23:53:52 +0200 Subject: environment: allow control of the environment block via D-Bus --- missing.h | 1 - 1 file changed, 1 deletion(-) (limited to 'missing.h') diff --git a/missing.h b/missing.h index a8b5e80b07..7db7d7d2e8 100644 --- a/missing.h +++ b/missing.h @@ -35,5 +35,4 @@ static inline int pivot_root(const char *new_root, const char *put_old) { return syscall(SYS_pivot_root, new_root, put_old); } - #endif -- cgit v1.2.3-54-g00ecf