cvs commit: src/include stdio.h src/lib/libc/stdio stdio.c
src/lib/libftpio ftpio.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat May 3 20:09:45 UTC 2008
marcel 2008-05-03 20:09:44 UTC
FreeBSD src repository
Modified files:
include stdio.h
lib/libc/stdio stdio.c
lib/libftpio ftpio.c
Log:
Unbreak build: libftpio gropes inside struct __sFILE. Implement
accessor functions for its benefit now thaat FILE is opaque.
I'm sure there's a better way. I leave that for people to work
on in a src tree that isn't broken.
Pointy hat: jhb
Revision Changes Path
1.68 +3 -0 src/include/stdio.h
1.26 +14 -0 src/lib/libc/stdio/stdio.c
1.45 +11 -19 src/lib/libftpio/ftpio.c
More information about the cvs-src
mailing list