diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-11 00:38:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-11 00:38:02 +0000 |
commit | 9f4e73e2be86bd2485cb28787a27bcbe07ba4472 (patch) | |
tree | d41a6c554800a4b757b4a9e6f010987930e5501e /usr.bin/sort/fsort.h | |
parent | 74eab0b86e4d1cd58e4722597dddc1398368b11f (diff) |
some bug (in sort? or compiler) gets hit too late in the release cycle.
please try again right after release.
Diffstat (limited to 'usr.bin/sort/fsort.h')
-rw-r--r-- | usr.bin/sort/fsort.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/fsort.h b/usr.bin/sort/fsort.h index ddcb68a037d..6b85bf05e23 100644 --- a/usr.bin/sort/fsort.h +++ b/usr.bin/sort/fsort.h @@ -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 |