Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-19 09:35:19 +0400
committerErik Andersen <andersen@codepoet.org>2000-05-19 09:35:19 +0400
commit330fd2b5767110f29544131d4c72c77e0506b6df (patch)
treeaa360774a903d3ebb0b2b5f3031c2e359f9c3afb /hostname.c
parentd356c6e9d1bc091c64200ecc401aa9b6ffb53151 (diff)
More libc portability updates, add in the website (which has not been
archived previously). Wrote 'which' during the meeting today. -Erik
Diffstat (limited to 'hostname.c')
-rw-r--r--hostname.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hostname.c b/hostname.c
index ef921024b..0df9fed75 100644
--- a/hostname.c
+++ b/hostname.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * $Id: hostname.c,v 1.8 2000/05/12 19:41:47 erik Exp $
+ * $Id: hostname.c,v 1.9 2000/05/19 05:35:18 erik Exp $
* Mini hostname implementation for busybox
*
* Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -104,7 +104,6 @@ int hostname_main(int argc, char **argv)
opt_domain = 1;
break;
case 'F':
- filename = optarg;
if (--argc == 0) {
usage(hostname_usage);
}