aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-06-08 06:39:44 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-06-08 06:39:44 +0000
commita1e2f3797263785722d3f74af447c1bb7593f45a (patch)
tree12c4f4770a51e86086788c7d2f12c6f828893300
parentdaa33bad77443df8cdc240c9655680d26bd612d9 (diff)
downloadklibc-a1e2f3797263785722d3f74af447c1bb7593f45a.tar.gz
Remove duplicate definition of magic numbersklibc-0.125
-rw-r--r--utils/run-init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/run-init.c b/utils/run-init.c
index 04bc78800eeab..5e95962a0ac32 100644
--- a/utils/run-init.c
+++ b/utils/run-init.c
@@ -1,4 +1,4 @@
-#ident "$Id: run-init.c,v 1.1 2004/06/08 06:39:44 hpa Exp $"
+#ident "$Id: run-init.c,v 1.2 2004/06/08 06:40:33 hpa Exp $"
/* ----------------------------------------------------------------------- *
*
* Copyright 2004 H. Peter Anvin - All Rights Reserved
@@ -146,9 +146,6 @@ static int nuke(const char *what)
}
}
-#define RAMFS_MAGIC 0x858458f6
-#define TMPFS_MAGIC 0x01021994
-
int main(int argc, char *argv[])
{
struct statfs sfs;