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 ();