Todd C. Miller
|
3bb69ffe81
|
Remove CVS $Sudo$ tags.
|
2010-01-17 19:51:28 -05:00 |
|
Todd C. Miller
|
2d282cd226
|
cleanup() now takes an int as an arg so it can be used as a signal
handler too.
|
2005-11-18 01:39:59 +00:00 |
|
Todd C. Miller
|
40b899b10c
|
make this build in K&R land
|
2005-03-10 14:53:04 +00:00 |
|
Todd C. Miller
|
778d587063
|
Update copyright years.
|
2005-02-12 22:56:07 +00:00 |
|
Todd C. Miller
|
b950f28075
|
#include <compat.h> not "compat.h"
|
2005-02-08 03:55:42 +00:00 |
|
Todd C. Miller
|
3b8b88407f
|
Add __unused to rcsids
|
2005-01-27 15:42:30 +00:00 |
|
Todd C. Miller
|
2c2daa8eca
|
Use: #include <config.h>
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
|
2004-11-19 18:39:14 +00:00 |
|
Todd C. Miller
|
51375f969f
|
Add local error/warning functions like err/warn but that call an additional
cleanup routine in the error case. This means we no longer need to compile
a special version of alloc.o for visudo.
|
2004-11-15 15:53:53 +00:00 |
|