[Pkg-shadow-commits] r2813 - in upstream/trunk: . libmisc

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Apr 26 17:10:49 UTC 2009


Author: nekral-guest
Date: 2009-04-26 17:10:49 +0000 (Sun, 26 Apr 2009)
New Revision: 2813

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/myname.c
Log:
	* libmisc/myname.c: Updated splint annotations.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-04-26 16:48:51 UTC (rev 2812)
+++ upstream/trunk/ChangeLog	2009-04-26 17:10:49 UTC (rev 2813)
@@ -1,5 +1,9 @@
 2009-04-26  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* libmisc/myname.c: Updated splint annotations.
+
+2009-04-26  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* lib/commonio.c: Added splint annotations.
 	* lib/commonio.c: old_context should be local to commonio_close(),
 	not global.

Modified: upstream/trunk/libmisc/myname.c
===================================================================
--- upstream/trunk/libmisc/myname.c	2009-04-26 16:48:51 UTC (rev 2812)
+++ upstream/trunk/libmisc/myname.c	2009-04-26 17:10:49 UTC (rev 2813)
@@ -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 ();




More information about the Pkg-shadow-commits mailing list