Add target for "make splint". A few files need extra guards to avoid
errors on systems where they would not otherwise be compiled. No warnings from splint.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef HAVE_GETPRPWNAM
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#ifdef STDC_HEADERS
|
||||
@@ -116,3 +118,5 @@ sudo_secureware_cleanup(pw, auth)
|
||||
}
|
||||
debug_return_int(AUTH_SUCCESS);
|
||||
}
|
||||
|
||||
#endif /* HAVE_GETPRPWNAM */
|
||||
|
Reference in New Issue
Block a user