]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - fsck/xfs_fsck.c
Make fsck.xfs provide more assistance to the unwary user.
[thirdparty/xfsprogs-dev.git] / fsck / xfs_fsck.c
diff --git a/fsck/xfs_fsck.c b/fsck/xfs_fsck.c
deleted file mode 100644 (file)
index 9ab58e9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
- * All Rights Reserved.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it would be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-/* http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html */
-/*   Unfortunately, we need to be a little more portable.  ;^)   */
-/* This used to be a symlink to /bin/true but that gives a wierd */
-/* dependency problem in a certain package manager.              */
-
-int
-main(int argc, char **argv)
-{
-       return 0;
-}