mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Go back to fondling FILE internals.
This commit is contained in:
parent
a1b482ad63
commit
774bd9bf03
1 changed files with 1 additions and 1 deletions
|
|
@ -1240,7 +1240,7 @@
|
|||
#define PACKAGE_VERSION "5.3.0-20040812-FreeBSD"
|
||||
|
||||
/* the number of pending output bytes on stream `fp' */
|
||||
#define PENDING_OUTPUT_N_BYTES __fgetpendout(fp)
|
||||
#define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
|
||||
|
||||
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|
||||
/* #undef PRI_MACROS_BROKEN */
|
||||
|
|
|
|||
Loading…
Reference in a new issue