]> granicus.if.org Git - sudo/commit
Add guards in compat source files. Not really needed since we only
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Apr 2013 14:19:26 +0000 (10:19 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Apr 2013 14:19:26 +0000 (10:19 -0400)
commit98ffa51545734a3d6156b52c6dcb34728b0e00d4
treeeba68e6344080eb41dc2b5fa2983962fe4b0134b
parentd30008d580b407eb427491b1526733160d653e57
Add guards in compat source files.  Not really needed since we only
include them in the Makefile if they are needed but should not hurt
either.
20 files changed:
compat/closefrom.c
compat/dlopen.c
compat/fnmatch.c
compat/getaddrinfo.c
compat/getcwd.c
compat/getgrouplist.c
compat/getline.c
compat/getprogname.c
compat/glob.c
compat/isblank.c
compat/memrchr.c
compat/mktemp.c
compat/nanosleep.c
compat/pw_dup.c
compat/sig2str.c
compat/snprintf.c
compat/strlcat.c
compat/strlcpy.c
compat/strsignal.c
compat/utimes.c