Date: Fri, 13 Jun 2003 10:05:41 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.c Message-ID: <200306131705.h5DH5faB021897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/06/13 10:05:41 PDT FreeBSD src repository Modified files: usr.bin/xargs xargs.c Log: - Use _PATH_TTY and _PATH_DEVNULL macros. - Don't fail if we can't open /dev/null since this can happen if xargs is jail'ed or chroot'ed. These fixes were submitted by Todd Miller from the OpenBSD project. There was one problem in those fixes that broke -o, which is corrected here and should be committed to the OpenBSD repo by Todd soon. MFC in: 3 days Revision Changes Path 1.54 +9 -5 src/usr.bin/xargs/xargs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306131705.h5DH5faB021897>