* lib/prototypes.h, libmisc/cleanup.c, lib/spawn.c, src/chage.c:

Add splint annotations.
This commit is contained in:
nekral-guest
2011-10-18 20:23:33 +00:00
parent edbdb4bf03
commit 704f28df98
5 changed files with 28 additions and 21 deletions

View File

@ -38,8 +38,8 @@
#include "exitcodes.h"
#include "prototypes.h"
int run_command (const char *cmd, const char *argv[], const char *envp[],
int *status)
int run_command (const char *cmd, const char *argv[],
/*@null@*/const char *envp[], /*@out@*/int *status)
{
pid_t pid, wpid;