moved fmt* functionality into the 'ensc_fmt' module
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 16 Jun 2004 10:06:03 +0000 (10:06 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 16 Jun 2004 10:06:03 +0000 (10:06 +0000)
commitdb7b358e8d7106972b552a8eb795d83cd3670971
treee727357c308de5f2c3162714580f915e8c8f32b8
parent5a31ebecd090377e8d8760d5c70d74724aac5463
moved fmt* functionality into the 'ensc_fmt' module

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1583 94cd875c-1c1d-0410-91d2-eb244daf1a30
12 files changed:
util-vserver/ensc_fmt/.cvsignore [new file with mode: 0644]
util-vserver/ensc_fmt/Makefile-files [new file with mode: 0644]
util-vserver/ensc_fmt/fmt-32.c [moved from util-vserver/lib/fmt-32.c with 100% similarity]
util-vserver/ensc_fmt/fmt-64.c [moved from util-vserver/lib/fmt-64.c with 100% similarity]
util-vserver/ensc_fmt/fmt-internal.h [moved from util-vserver/lib/fmt-internal.h with 100% similarity]
util-vserver/ensc_fmt/fmt-tai64n.c [new file with mode: 0644]
util-vserver/ensc_fmt/fmt.h [new file with mode: 0644]
util-vserver/ensc_fmt/fmt.hc [moved from util-vserver/lib/fmt.hc with 100% similarity]
util-vserver/ensc_fmt/fmtx-32.c [moved from util-vserver/lib/fmtx-32.c with 100% similarity]
util-vserver/ensc_fmt/fmtx-64.c [moved from util-vserver/lib/fmtx-64.c with 100% similarity]
util-vserver/ensc_fmt/fmtx.hc [moved from util-vserver/lib/fmtx.hc with 100% similarity]
util-vserver/lib/fmt.h