X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fvkill.c;h=cba351974351e79e679ed032fc0b844eed3d8fc0;hb=3b34449070c0846fdc49436d1edd5916512f1644;hp=02f386a5cc56518d7835bf9f42660a4656367fa2;hpb=3f3cf95f755f3ef1c31ad8e38153deb4ee214c66;p=util-vserver.git diff --git a/src/vkill.c b/src/vkill.c index 02f386a..cba3519 100644 --- a/src/vkill.c +++ b/src/vkill.c @@ -1,4 +1,4 @@ -// $Id: vkill.c,v 1.8 2004/08/19 14:30:50 ensc Exp $ --*- c -*-- +// $Id: vkill.c 2403 2006-11-24 23:06:08Z dhozac $ --*- c -*-- // Copyright (C) 2003 Enrico Scholz // @@ -21,9 +21,10 @@ #endif #include "vserver.h" -#include "linuxvirtual.h" #include "util.h" +#include "lib/virtual.h" + #include #include #include @@ -182,7 +183,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; }