From: Enrico Scholz Date: Wed, 4 Feb 2004 21:22:15 +0000 (+0000) Subject: minor cleanups X-Git-Tag: VERSION_0_10~752 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ddf33f107daeb7c5b865d2f7fc01c13f706047;p=util-vserver.git minor cleanups git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@793 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/vunify-init.hc b/util-vserver/src/vunify-init.hc index 3eb3852..6346b33 100644 --- a/util-vserver/src/vunify-init.hc +++ b/util-vserver/src/vunify-init.hc @@ -132,8 +132,8 @@ initMatchList(struct MatchList *list, char const *vserver, char **fixed_files = 0; size_t fixed_count = 0; - char **expr_files = 0; - size_t expr_count = 0; + char **expr_files = 0; + size_t expr_count = 0; if (global_args->verbosity>3) { WRITE_MSG(1, "Initializing exclude-list for "); @@ -175,7 +175,7 @@ initMatchList(struct MatchList *list, char const *vserver, static bool initMatchListByVserver(struct MatchList *list, char const *vserver, - char const **res_appdir) + char const **res_appdir) { vcCfgStyle style; char const *vdir; diff --git a/util-vserver/src/vunify.c b/util-vserver/src/vunify.c index 03a4e43..943605f 100644 --- a/util-vserver/src/vunify.c +++ b/util-vserver/src/vunify.c @@ -69,7 +69,7 @@ showHelp(int fd, char const *cmd, int res) " done (in combination with '-v')\n" " -v ... verbose mode\n" " -x ... do not cross filesystems; this is valid in manual\n" - " mode only and will be ignored for vserver unification\n" + " mode only and will be ignored for vserver unification\n\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); #if 0 " -C ... use cached excludelists; usually they will be\n"