diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-26 01:25:48 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-26 01:25:48 +0000 |
commit | 933e86f32b04be1606d654f0107977d022992065 (patch) | |
tree | 9b5361a46d9174b8c4c12947b006acbca33dc24c /e2fsprogs/ext2fs/inline.c | |
parent | 6ca394871fdeaea9da84041b9d9408612b4088bf (diff) | |
download | busybox-w32-933e86f32b04be1606d654f0107977d022992065.tar.gz busybox-w32-933e86f32b04be1606d654f0107977d022992065.tar.bz2 busybox-w32-933e86f32b04be1606d654f0107977d022992065.zip |
remove e2fsprogs. Nobody volunteered to clean up that mess
git-svn-id: svn://busybox.net/trunk/busybox@17076 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/ext2fs/inline.c')
-rw-r--r-- | e2fsprogs/ext2fs/inline.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/e2fsprogs/ext2fs/inline.c b/e2fsprogs/ext2fs/inline.c deleted file mode 100644 index 9b620a772..000000000 --- a/e2fsprogs/ext2fs/inline.c +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
2 | /* | ||
3 | * inline.c --- Includes the inlined functions defined in the header | ||
4 | * files as standalone functions, in case the application program | ||
5 | * is compiled with inlining turned off. | ||
6 | * | ||
7 | * Copyright (C) 1993, 1994 Theodore Ts'o. | ||
8 | * | ||
9 | * %Begin-Header% | ||
10 | * This file may be redistributed under the terms of the GNU Public | ||
11 | * License. | ||
12 | * %End-Header% | ||
13 | */ | ||
14 | |||
15 | |||
16 | #include <stdio.h> | ||
17 | #include <string.h> | ||
18 | #if HAVE_UNISTD_H | ||
19 | #include <unistd.h> | ||
20 | #endif | ||
21 | #include <fcntl.h> | ||
22 | #include <time.h> | ||
23 | #if HAVE_SYS_STAT_H | ||
24 | #include <sys/stat.h> | ||
25 | #endif | ||
26 | #if HAVE_SYS_TYPES_H | ||
27 | #include <sys/types.h> | ||
28 | #endif | ||
29 | |||
30 | #include "ext2_fs.h" | ||
31 | #define INCLUDE_INLINE_FUNCS | ||
32 | #include "ext2fs.h" | ||
33 | |||