From 7fcaa7aef67bc91c34d8e712b43660d01e8b2e4e Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sun, 7 Mar 2004 22:43:03 +0000 Subject: [PATCH] fixed NONNULL annotations git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1150 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/vunify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/src/vunify.h b/util-vserver/src/vunify.h index f12d20e..87568c0 100644 --- a/util-vserver/src/vunify.h +++ b/util-vserver/src/vunify.h @@ -57,7 +57,7 @@ static bool checkFstat(struct MatchList const * const, PathInfo const * const, PathInfo const * const, struct stat const ** const, struct stat * const, - struct stat *) NONNULL((1,2,3,4,5,6,7)); + struct stat *) NONNULL((1,2,3,4,5,6)); static struct MatchList const * checkDirEntry(PathInfo const *, -- 1.8.1.5