yar 2007-07-12 13:11:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
libexec/atrunatrun.c
Log:
MFC revs. 1.19-1.22: Assorted small fixes.
Revision ChangesPath
1.18.8.1 +4 -4 src/libexec/atrun/atrun.c
__
yar 2007-06-15 10:34:36 UTC
FreeBSD src repository
Modified files:
libexec/atrunatrun.c
Log:
Actually use new features of perr() and perrx().
Revision ChangesPath
1.25 +33 -44src/libexec/atrun/atrun.c
__
yar 2007-06-15 10:10:41 UTC
FreeBSD src repository
Modified files:
libexec/atrunatrun.c
Log:
Make perr() variadic and add perrx() to use in cases where
errno is irrelevant. Some code duplication can be reduced
if perr() is variadic and perrx() is available.
yar 2007-06-14 21:24:05 UTC
FreeBSD src repository
Modified files:
libexec/atrunatrun.c
Log:
Spotted another copy of the loony error message.
Revision ChangesPath
1.22 +1 -1 src/libexec/atrun/atrun.c
__
yar 2007-06-14 15:18:44 UTC
FreeBSD src repository
Modified files:
libexec/atrunatrun.c
Log:
Fix an error message that was beside the point.
Revision ChangesPath
1.21 +1 -1 src/libexec/atrun/atrun.c
___
yar 2007-06-14 14:44:04 UTC
FreeBSD src repository
Modified files:
libexec/atrunatrun.c
Log:
Fix a typical off-by-one error that can result in an unterminated string:
strncpy(dst, src, sizeof(dst));
by substituting the safer strlcpy() for strncpy().
ceri2005-12-30 17:59:23 UTC
FreeBSD src repository
Modified files:
libexec/atrunatrun.c
Log:
Don't be sexist - fix a typo.
Revision ChangesPath
1.19 +1 -1 src/libexec/atrun/atrun.c
___
cvs-all@freebsd.o