CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/22 08:04:24
Modified files:
usr.bin/hexdump: display.c
Log message:
Move setvbuf() added in r1.19 to before the call to doskip() since
anything read from stdin in doskip() may be lost when we change the
buffering. Fixes PR 6492. OK guenther@
