#
219f9c84 |
| 05-Mar-2018 |
cheloha <cheloha@openbsd.org> |
Add fatal() and fatalx() and put them to use.
... but don't use them for pledge errors or usage errors.
They are convenience wrappers that check if sflag is set before logging an error. They alway
Add fatal() and fatalx() and put them to use.
... but don't use them for pledge errors or usage errors.
They are convenience wrappers that check if sflag is set before logging an error. They always exit with status 2.
We were not honoring sflag in special.c at all. Now we do.
ok tb@
show more ...
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|