Commit ID: 1004FCE55470EF2C532
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/06/05 18:52:16 UTC
Modified files:
bin/pax : extern.h tty_subs.c
Log message:
• add a fdgetline() helper function to prepare to get rid off stdio
almost entirely (save {,v}asprintf and fprintf(stderr, …) calls)
• just use UNIX I/O in tty_subs
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.22 -r1.23 src/bin/pax/extern.h
cvs -R rdiff -kk -upr1.5 -r1.6 src/bin/pax/tty_subs.c