chiark / gitweb /
build-sys: slackware support
[elogind.git] / missing.h
index a8b5e80b078a9df70ddc5927dd9d9ad618b93d07..7db7d7d2e816906e85a08a2a971b7fe8ab39378e 100644 (file)
--- 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