From: nekral-guest Date: Sun, 26 Apr 2009 17:10:49 +0000 (+0000) Subject: * libmisc/myname.c: Updated splint annotations. X-Git-Tag: 4.1.4~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5766499b852d9704609e46ca23d6571fb3e69687;p=shadow * libmisc/myname.c: Updated splint annotations. --- diff --git a/ChangeLog b/ChangeLog index 3bc8d45b..8915493a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-26 Nicolas François + + * libmisc/myname.c: Updated splint annotations. + 2009-04-26 Nicolas François * lib/commonio.c: Added splint annotations. diff --git a/libmisc/myname.c b/libmisc/myname.c index 309cfdba..05efdad3 100644 --- a/libmisc/myname.c +++ b/libmisc/myname.c @@ -41,7 +41,7 @@ #include "defines.h" #include #include "prototypes.h" -/*@null@*/struct passwd *get_my_pwent (void) +/*@null@*/ /*@only@*/struct passwd *get_my_pwent (void) { struct passwd *pw; const char *cp = getlogin ();