On Thu, Jul 26, 2001 at 04:02:39AM -0700, Sheldon Hearn wrote:
> sheldonh 2001/07/26 04:02:39 PDT
>
> Modified files:
> bin/sh memalloc.c miscbltin.c
> libexec/rexecd rexecd.c
> libexec/rlogind rlogind.c
> libexec/rtld-aout rtld.c
> libexec/rtld-elf debug.h rtld.c
> libexec/uucpd uucpd.c
> sbin/camcontrol camcontrol.c
> sbin/init init.c
> usr.bin/chat chat.c
> usr.bin/doscmd tty.c
> usr.bin/ee new_curse.c
> usr.bin/leave leave.c
> usr.bin/make compat.c hash.c job.c
> usr.bin/rsh rsh.c
> usr.bin/script script.c
> usr.bin/talk io.c
> usr.bin/tip/libacu courier.c multitech.c t3000.c unidialer.c
> usr.bin/tip/tip remcap.c tipout.c
> usr.bin/vgrind vgrindefs.c
> usr.bin/window ttoutput.c wwrint.c
> usr.sbin/ctm/ctm_rmail options.h
> usr.sbin/nghook main.c
> usr.sbin/pcvt/keycap keycap.c
> usr.sbin/pcvt/vttest esc.c main.c
> usr.sbin/pppctl pppctl.c
> usr.sbin/rmt rmt.c
> usr.sbin/rtadvd advcap.c
> Log:
> Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
> definitions are more readable, and it's possible that they're
> more portable to pathalogical platforms.
This broke world in /usr/src/usr/sbin/pcvt/vttest/main.c which does not include
unistd.h.
Bye,
Andrea
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message