PERFORCE change 141283 for review

Sam Leffler sam at FreeBSD.org
Wed May 7 15:59:25 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141283

Change 141283 by sam at sam_ebb on 2008/05/07 15:58:57

	fix merge botch

Affected files ...

.. //depot/projects/vap/gnu/usr.bin/sort/config.h#4 edit

Differences ...

==== //depot/projects/vap/gnu/usr.bin/sort/config.h#4 (text+ko) ====

@@ -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 */


More information about the p4-projects mailing list