aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-18 16:15:58 +0000
committerDan McGee <dan@archlinux.org>2007-10-18 16:15:58 +0000
commit6f35411f5ee1db8db1e27faf91c7b03e900c5bee (patch)
tree673925706cb36297818dbcf4567fe5ff8803b462
parenta7c1404def678e27e0ac808397f46f81a1d2c8d4 (diff)
downloadinitscripts-6f35411f5ee1db8db1e27faf91c7b03e900c5bee.tar.xz
removing unnecessary isatty.c, replaced by shell test -t option
-rw-r--r--isatty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/isatty.c b/isatty.c
deleted file mode 100644
index bf815c5..0000000
--- a/isatty.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <unistd.h>
-
-int main(int argc, char** argv)
-{
- return !isatty(1);
-}