Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669332
Collapse All | Expand All

(-)z/ckucmd.c (-1 / +1 lines)
Lines 7103-7109 Link Here
7103
7103
7104
/* Here we must look inside the stdin buffer - highly platform dependent */
7104
/* Here we must look inside the stdin buffer - highly platform dependent */
7105
7105
7106
#ifdef _IO_file_flags			/* Linux */
7106
#ifdef _IO_EOF_SEEN			/* Linux */
7107
    x = (int) ((stdin->_IO_read_end) - (stdin->_IO_read_ptr));
7107
    x = (int) ((stdin->_IO_read_end) - (stdin->_IO_read_ptr));
7108
    debug(F101,"cmdconchk _IO_file_flags","",x);
7108
    debug(F101,"cmdconchk _IO_file_flags","",x);
7109
#else  /* _IO_file_flags */
7109
#else  /* _IO_file_flags */

Return to bug 669332