aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-05-19 05:35:19 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-05-19 05:35:19 +0000
commit8d4f3abad4f931a843696cb73a50929b7ed636c0 (patch)
treeaa360774a903d3ebb0b2b5f3031c2e359f9c3afb /networking
parent3568776688d5969d409882839378da3659af5d1a (diff)
downloadbusybox-w32-8d4f3abad4f931a843696cb73a50929b7ed636c0.tar.gz
busybox-w32-8d4f3abad4f931a843696cb73a50929b7ed636c0.tar.bz2
busybox-w32-8d4f3abad4f931a843696cb73a50929b7ed636c0.zip
More libc portability updates, add in the website (which has not been
archived previously). Wrote 'which' during the meeting today. -Erik git-svn-id: svn://busybox.net/trunk/busybox@558 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/hostname.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/hostname.c b/networking/hostname.c
index ef921024b..0df9fed75 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * $Id: hostname.c,v 1.8 2000/05/12 19:41:47 erik Exp $ 3 * $Id: hostname.c,v 1.9 2000/05/19 05:35:18 erik Exp $
4 * Mini hostname implementation for busybox 4 * Mini hostname implementation for busybox
5 * 5 *
6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> 6 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -104,7 +104,6 @@ int hostname_main(int argc, char **argv)
104 opt_domain = 1; 104 opt_domain = 1;
105 break; 105 break;
106 case 'F': 106 case 'F':
107 filename = optarg;
108 if (--argc == 0) { 107 if (--argc == 0) {
109 usage(hostname_usage); 108 usage(hostname_usage);
110 } 109 }