Make head --version do the right thing. Update TODO list
authorErik Andersen <andersen@codepoet.org>
Fri, 17 Dec 1999 18:52:06 +0000 (18:52 -0000)
committerErik Andersen <andersen@codepoet.org>
Fri, 17 Dec 1999 18:52:06 +0000 (18:52 -0000)
 -Erik

TODO
coreutils/head.c
head.c

diff --git a/TODO b/TODO
index 6c0471ed29482ccd588d8031107193608d65c0d9..9648d9fdc76ea389b0394ac5e7f90f95d5315234 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
-* Add in a mini insmod, rmmod, lsmod
+* Make insmod actually work
 * init clearly needs to support some type of minimalist /etc/inittab. I
     currently have _way_ too much policy hardcoded in the source.  Adding
     support for getty has made me realize how much that sucks.
index a9d024e6216858c4282276c013d57d36bba5c270..7f08a80410e9892f0ec76495866e003b9d13442a 100644 (file)
@@ -66,7 +66,6 @@ head_main(int argc, char **argv)
            opt = argv[i][1];
            switch (opt) {
                case '-':
-                   break;
                case 'h':
                    usage(head_usage);
                default:
@@ -104,4 +103,4 @@ head_main(int argc, char **argv)
     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 $ */
diff --git a/head.c b/head.c
index a9d024e6216858c4282276c013d57d36bba5c270..7f08a80410e9892f0ec76495866e003b9d13442a 100644 (file)
--- a/head.c
+++ b/head.c
@@ -66,7 +66,6 @@ head_main(int argc, char **argv)
            opt = argv[i][1];
            switch (opt) {
                case '-':
-                   break;
                case 'h':
                    usage(head_usage);
                default:
@@ -104,4 +103,4 @@ head_main(int argc, char **argv)
     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 $ */