X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fvkill.c;h=02f386a5cc56518d7835bf9f42660a4656367fa2;hb=2822ba293eb308225c50d346930c47bf98d9927b;hp=cba351974351e79e679ed032fc0b844eed3d8fc0;hpb=2894fc5a4c8335e4d7221311fed0556f33f8047c;p=util-vserver.git diff --git a/src/vkill.c b/src/vkill.c index cba3519..02f386a 100644 --- a/src/vkill.c +++ b/src/vkill.c @@ -1,4 +1,4 @@ -// $Id: vkill.c 2403 2006-11-24 23:06:08Z dhozac $ --*- c -*-- +// $Id: vkill.c,v 1.8 2004/08/19 14:30:50 ensc Exp $ --*- c -*-- // Copyright (C) 2003 Enrico Scholz // @@ -21,10 +21,9 @@ #endif #include "vserver.h" +#include "linuxvirtual.h" #include "util.h" -#include "lib/virtual.h" - #include #include #include @@ -183,7 +182,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help' for more information.\n"); + WRITE_MSG(2, " --help\" for more information.\n"); return EXIT_FAILURE; break; }