aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
146 146
147 /* all subsequent insertions */ 147 /* all subsequent insertions */
148 } else { 148 } else {
149 /* <?> the following cast shouldn't be necessary */
150 self->current->next = line; 149 self->current->next = line;
151 self->current = line; 150 self->current = line;
152 } 151 }
@@ -261,9 +260,10 @@ sort_main(int argc, char **argv)
261 exit(0); 260 exit(0);
262} 261}
263 262
264/* $Id: sort.c,v 1.4 1999/12/22 22:24:52 beppu Exp $ */ 263/* $Id: sort.c,v 1.5 1999/12/22 22:27:01 beppu Exp $ */
265/* $Log: sort.c,v $ 264/*
266 * Revision 1.4 1999/12/22 22:24:52 beppu 265 * $Log: sort.c,v $
267 * the base is nearly done. 266 * Revision 1.5 1999/12/22 22:27:01 beppu
268 * need to implement various comparison functions, now. 267 * playing w/ $Log$
269 * */ 268 *
269 */
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)
146 146
147 /* all subsequent insertions */ 147 /* all subsequent insertions */
148 } else { 148 } else {
149 /* <?> the following cast shouldn't be necessary */
150 self->current->next = line; 149 self->current->next = line;
151 self->current = line; 150 self->current = line;
152 } 151 }
@@ -261,9 +260,10 @@ sort_main(int argc, char **argv)
261 exit(0); 260 exit(0);
262} 261}
263 262
264/* $Id: sort.c,v 1.4 1999/12/22 22:24:52 beppu Exp $ */ 263/* $Id: sort.c,v 1.5 1999/12/22 22:27:01 beppu Exp $ */
265/* $Log: sort.c,v $ 264/*
266 * Revision 1.4 1999/12/22 22:24:52 beppu 265 * $Log: sort.c,v $
267 * the base is nearly done. 266 * Revision 1.5 1999/12/22 22:27:01 beppu
268 * need to implement various comparison functions, now. 267 * playing w/ $Log$
269 * */ 268 *
269 */