Tag FILE's _bf as being part of the public ABI as well due to the in-tree

sort(1) referencing it.
This commit is contained in:
John Baldwin 2008-05-07 15:12:45 +00:00
parent 33f1219925
commit 41a5b871a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178829

View file

@ -106,7 +106,7 @@ typedef struct __sFILE {
int _w; /* (*) write space left for putc() */
short _flags; /* (*) flags, below; this FILE is free if 0 */
short _file; /* (*) fileno, if Unix descriptor, else -1 */
struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */
struct __sbuf _bf; /* (*) the buffer (at least 1 byte, if !NULL) */
int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
/* operations */