diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-09 06:11:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-09 06:11:36 +0000 |
commit | 1792f8c48926450501e19d32e78e140bcb9661c6 (patch) | |
tree | 14d0304ebb774077e696a9c86117bf43d935d8bb /hostname.c | |
parent | c24db7b591870978fdd2cec8995728d1520c2fa9 (diff) | |
download | busybox-w32-1792f8c48926450501e19d32e78e140bcb9661c6.tar.gz busybox-w32-1792f8c48926450501e19d32e78e140bcb9661c6.tar.bz2 busybox-w32-1792f8c48926450501e19d32e78e140bcb9661c6.zip |
Tail now works (costs 6k). Several other updates.
-Erik
Diffstat (limited to 'hostname.c')
-rw-r--r-- | hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname.c b/hostname.c index be49de395..20e174187 100644 --- a/hostname.c +++ b/hostname.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: hostname.c,v 1.4 1999/12/08 23:19:36 andersen Exp $ | 2 | * $Id: hostname.c,v 1.5 1999/12/09 06:11:36 andersen Exp $ |
3 | * Mini hostname implementation for busybox | 3 | * Mini hostname implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |