* src/su.c: Added const modifiers.

* lib/prototypes: Synchronize splint annotations.
This commit is contained in:
nekral-guest
2011-08-15 09:25:58 +00:00
parent 94c1763f71
commit 5eb9ed0aaf
3 changed files with 18 additions and 11 deletions

View File

@@ -240,7 +240,7 @@ extern void mailcheck (void);
extern void motd (void);
/* myname.c */
extern /*@null@*/struct passwd *get_my_pwent (void);
extern /*@null@*//*@only@*/struct passwd *get_my_pwent (void);
/* pam_pass_non_interractive.c */
#ifdef USE_PAM