From: Enrico Scholz Date: Thu, 28 Apr 2005 17:52:30 +0000 (+0000) Subject: utilvserver_listparser_uint*(): removed the 'nonnull' attribute for the 'mask' param X-Git-Tag: version_0_30_210~225 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068f973506721c72207c3778365aa0d529d6edb4;p=util-vserver.git 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 --- 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;