From 068f973506721c72207c3778365aa0d529d6edb4 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 28 Apr 2005 17:52:30 +0000 Subject: [PATCH] utilvserver_listparser_uint*(): removed the 'nonnull' attribute for the 'mask' param git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2056 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util-vserver/lib/internal.h b/util-vserver/lib/internal.h index 81f9e07..9286b44 100644 --- a/util-vserver/lib/internal.h +++ b/util-vserver/lib/internal.h @@ -41,7 +41,7 @@ int utilvserver_listparser_uint32(char const *str, size_t len, uint_least32_t *mask, uint_least32_t (*func)(char const*, size_t, bool * - )) NONNULL((1,5,6,7)); + )) NONNULL((1,5,7)); int utilvserver_listparser_uint64(char const *str, size_t len, char const **err_ptr, size_t *err_len, @@ -49,7 +49,7 @@ int utilvserver_listparser_uint64(char const *str, size_t len, uint_least64_t *mask, uint_least64_t (*func)(char const*, size_t, bool * - )) NONNULL((1,5,6,7)); + )) NONNULL((1,5,7)); struct Mapping_uint32 { char const * const id; -- 1.8.1.5