Make head --version do the right thing. Update TODO list

-Erik
This commit is contained in:
Erik Andersen 1999-12-17 18:52:06 +00:00
parent 4d1d0113fd
commit 10c341af35
3 changed files with 3 additions and 5 deletions

2
TODO
View File

@ -11,7 +11,7 @@ around to it some time. If you have any good ideas, please let me know.
----------- -----------
* Allow tar to create archives with sockets, devices, and other special files * Allow tar to create archives with sockets, devices, and other special files
* Add in a mini insmod, rmmod, lsmod * Make insmod actually work
* init clearly needs to support some type of minimalist /etc/inittab. I * init clearly needs to support some type of minimalist /etc/inittab. I
currently have _way_ too much policy hardcoded in the source. Adding currently have _way_ too much policy hardcoded in the source. Adding
support for getty has made me realize how much that sucks. support for getty has made me realize how much that sucks.

View File

@ -66,7 +66,6 @@ head_main(int argc, char **argv)
opt = argv[i][1]; opt = argv[i][1];
switch (opt) { switch (opt) {
case '-': case '-':
break;
case 'h': case 'h':
usage(head_usage); usage(head_usage);
default: default:
@ -104,4 +103,4 @@ head_main(int argc, char **argv)
exit(0); exit(0);
} }
/* $Id: head.c,v 1.3 1999/12/15 19:29:09 beppu Exp $ */ /* $Id: head.c,v 1.4 1999/12/17 18:52:06 erik Exp $ */

3
head.c
View File

@ -66,7 +66,6 @@ head_main(int argc, char **argv)
opt = argv[i][1]; opt = argv[i][1];
switch (opt) { switch (opt) {
case '-': case '-':
break;
case 'h': case 'h':
usage(head_usage); usage(head_usage);
default: default:
@ -104,4 +103,4 @@ head_main(int argc, char **argv)
exit(0); exit(0);
} }
/* $Id: head.c,v 1.3 1999/12/15 19:29:09 beppu Exp $ */ /* $Id: head.c,v 1.4 1999/12/17 18:52:06 erik Exp $ */