From: Enrico Scholz Date: Thu, 16 Oct 2003 15:09:15 +0000 (+0000) Subject: added int2str.c X-Git-Tag: VERSION_0_10~1226 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50314f5ba20ee28439aecdc26585b3ce11602fce;p=util-vserver.git added int2str.c git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@184 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index a259825..737407a 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -28,6 +28,7 @@ lib_SRCS = lib/syscall.c \ lib/getinitpid.c \ lib/getversion.c \ lib/uint2str.c \ + lib/int2str.c \ $(lib_legacy_SRCS) lib_HDRS = lib/vserver.h