aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>1999-12-22 22:27:01 +0000
committerJohn Beppu <beppu@lbox.org>1999-12-22 22:27:01 +0000
commitd19385e160593e45f1334f207a8f6ba3487ef188 (patch)
treee48a1c1fd674ec495d5a14c752a00f41de448d26
parentf3e59041b5d841422e8f04408a66603badb5ee9c (diff)
downloadbusybox-d19385e160593e45f1334f207a8f6ba3487ef188.tar.gz
playing w/ $Log$
-rw-r--r--coreutils/sort.c14
-rw-r--r--sort.c14
2 files changed, 14 insertions, 14 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c
index 965152648..bab832f80 100644
--- a/coreutils/sort.c
+++ b/coreutils/sort.c
@@ -146,7 +146,6 @@ list_insert(List *self, Line *line)
/* all subsequent insertions */
} else {
- /* <?> the following cast shouldn't be necessary */
self->current->next = line;
self->current = line;
}
@@ -261,9 +260,10 @@ sort_main(int argc, char **argv)
exit(0);
}
-/* $Id: sort.c,v 1.4 1999/12/22 22:24:52 beppu Exp $ */
-/* $Log: sort.c,v $
- * Revision 1.4 1999/12/22 22:24:52 beppu
- * the base is nearly done.
- * need to implement various comparison functions, now.
- * */
+/* $Id: sort.c,v 1.5 1999/12/22 22:27:01 beppu Exp $ */
+/*
+ * $Log: sort.c,v $
+ * Revision 1.5 1999/12/22 22:27:01 beppu
+ * playing w/ $Log$
+ *
+ */
diff --git a/sort.c b/sort.c
index 965152648..bab832f80 100644
--- a/sort.c
+++ b/sort.c
@@ -146,7 +146,6 @@ list_insert(List *self, Line *line)
/* all subsequent insertions */
} else {
- /* <?> the following cast shouldn't be necessary */
self->current->next = line;
self->current = line;
}
@@ -261,9 +260,10 @@ sort_main(int argc, char **argv)
exit(0);
}
-/* $Id: sort.c,v 1.4 1999/12/22 22:24:52 beppu Exp $ */
-/* $Log: sort.c,v $
- * Revision 1.4 1999/12/22 22:24:52 beppu
- * the base is nearly done.
- * need to implement various comparison functions, now.
- * */
+/* $Id: sort.c,v 1.5 1999/12/22 22:27:01 beppu Exp $ */
+/*
+ * $Log: sort.c,v $
+ * Revision 1.5 1999/12/22 22:27:01 beppu
+ * playing w/ $Log$
+ *
+ */