From: Enrico Scholz Date: Fri, 5 Mar 2004 17:20:39 +0000 (+0000) Subject: added parselimit.c X-Git-Tag: VERSION_0_10~474 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782ed4cfd920c4a1805a425de78e9ea914aaafcd;p=util-vserver.git added parselimit.c git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1099 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index e015650..1659e24 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -86,6 +86,7 @@ lib_SRCS = lib/syscall.c \ lib/issupportedstring.c \ lib/listparser_uint32.c \ lib/listparser_uint64.c \ + lib/parselimit.c \ $(lib_legacy_SRCS) \ $(lib_compat_SRCS) \ $(lib_management_SRCS) \