]> granicus.if.org Git - shadow/commitdiff
* libmisc/myname.c: Updated splint annotations.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 26 Apr 2009 17:10:49 +0000 (17:10 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 26 Apr 2009 17:10:49 +0000 (17:10 +0000)
ChangeLog
libmisc/myname.c

index 3bc8d45b9e7c238cfe860c9b3778a3644aa98aa2..8915493a2c5037aa15a117d4a143ca32615acde6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-26  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * libmisc/myname.c: Updated splint annotations.
+
 2009-04-26  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/commonio.c: Added splint annotations.
index 309cfdbafe0eec1a23be86d1dbf29e50ab338455..05efdad352b750acb61042bae22137bdd97bd14b 100644 (file)
@@ -41,7 +41,7 @@
 #include "defines.h"
 #include <pwd.h>
 #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 ();