=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/Attic/fsort.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/sort/Attic/fsort.h 2006/10/29 18:40:34 1.7 +++ src/usr.bin/sort/Attic/fsort.h 2007/03/07 18:11:03 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: fsort.h,v 1.7 2006/10/29 18:40:34 millert Exp $ */ +/* $OpenBSD: fsort.h,v 1.8 2007/03/07 18:11:03 millert Exp $ */ /*- * Copyright (c) 1993 @@ -42,8 +42,8 @@ #define MAXFCT 1000 #define MAXLLEN ((1 << min(POW-4, 16)) - 14) -extern u_char *buffer, *bufend, *linebuf; -extern size_t bufsize, linebuf_size; +extern u_char *linebuf; +extern size_t linebuf_size; /* temp files in the stack have a file descriptor, a largest bin (maxb) * which becomes the last non-empty bin (lastb) when the actual largest