=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/Attic/fsort.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/sort/Attic/fsort.h 2007/03/07 18:11:03 1.8 +++ src/usr.bin/sort/Attic/fsort.h 2007/03/11 00:38:01 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: fsort.h,v 1.8 2007/03/07 18:11:03 millert Exp $ */ +/* $OpenBSD: fsort.h,v 1.9 2007/03/11 00:38:01 deraadt Exp $ */ /*- * Copyright (c) 1993 @@ -42,8 +42,8 @@ #define MAXFCT 1000 #define MAXLLEN ((1 << min(POW-4, 16)) - 14) -extern u_char *linebuf; -extern size_t linebuf_size; +extern u_char *buffer, *bufend, *linebuf; +extern size_t bufsize, 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