Todd C. Miller
|
10c3bb62c4
|
Make local includes consistent; use double quotes for local includes
except for generated ones where we use angle brackets.
Also g/c unused compat.h.
|
2010-09-07 16:45:19 -04:00 |
|
Todd C. Miller
|
399381de99
|
Add #include of sys/types.h for .c files that include missing.h to
be sure that size_t and ssize_t are defined.
|
2010-08-30 09:14:41 -04:00 |
|
Todd C. Miller
|
f454727bb8
|
Merge compat.h and missing.h into missing.h
|
2010-08-16 14:05:44 -04:00 |
|
Todd C. Miller
|
c5a6ca998a
|
Move compat definition of NSIG to compat.h
|
2010-06-09 13:57:07 -04:00 |
|
Todd C. Miller
|
5099b68b01
|
Update copyright year
|
2010-06-04 15:37:24 -04:00 |
|
Todd C. Miller
|
8c91f0a30c
|
Create our own sys_siglist for systems without it for use by strsignal()
|
2010-04-02 07:47:19 -04:00 |
|
Todd C. Miller
|
301fb7d8ed
|
Must check HAVE_DECL_SYS_SIGLIST == 1 (not just if defined) since
if it doesn't exist configure will set it to 0.
|
2010-03-12 12:43:03 -05:00 |
|
Todd C. Miller
|
cb8696d67e
|
Change the sys_siglist check to use AC_CHECK_DECLS and also check
for _sys_siglist and__sys_siglist
|
2010-03-12 05:26:01 -05:00 |
|
Todd C. Miller
|
488c1531eb
|
Convert to ANSI C
|
2010-02-27 09:23:25 -05:00 |
|
Todd C. Miller
|
e90fa482f9
|
Rework source layout in preparation for modular sudo.
|
2010-02-20 09:14:01 -05:00 |
|