diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-16 17:35:41 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-16 17:35:41 +0200 |
commit | d78b73e2ca216777e17066091ef449e9cdaffae7 (patch) | |
tree | 082198023b2dcc680252a05b9d50475c4048c430 /checkfs/common.h | |
parent | 396643e2cbf05cdc3d2a8fa34cf2d4f8cc1d8441 (diff) |
tests: move checkfs test to tests directory
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'checkfs/common.h')
-rw-r--r-- | checkfs/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/checkfs/common.h b/checkfs/common.h deleted file mode 100644 index 1d33f8b..0000000 --- a/checkfs/common.h +++ /dev/null @@ -1,7 +0,0 @@ -/* $Id: common.h,v 1.1 2001/06/21 23:07:56 dwmw2 Exp $ */ -//this .h file is common to both the file creation utility and -//the file checking utility. -#define TRUE 1 -#define FALSE 0 - -#define MAX_NUM_FILES 100 |