revert
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 3 Aug 2007 13:27:12 +0000 (13:27 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 3 Aug 2007 13:27:12 +0000 (13:27 +0000)
src/vsh.c

index 8ea3645..cded350 100644 (file)
--- a/src/vsh.c
+++ b/src/vsh.c
@@ -48,7 +48,6 @@
 
 #undef CONFIG_VSERVER_LEGACY
 
-#if 0
 /* Base for all vserver roots for chroot */
 #define VSERVER_ROOT_BASE       "/vservers"
 
@@ -473,10 +472,3 @@ int main(int argc, char **argv)
 
     return 0; /* shutup compiler */
 }
-#else
-int main(int argc, char *argv[])
-{
-       
-       return 0;
-}
-#endif