[Pkg-shadow-commits] r3061 - in upstream/trunk: . lib

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Mon Sep 7 18:59:03 UTC 2009


Author: nekral-guest
Date: 2009-09-07 18:59:03 +0000 (Mon, 07 Sep 2009)
New Revision: 3061

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/sgroupio.h
Log:
	* lib/sgroupio.h: Harmonize splint annotations of sgr_locate()
	prototype with the one used in its definition.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-09-07 18:53:47 UTC (rev 3060)
+++ upstream/trunk/ChangeLog	2009-09-07 18:59:03 UTC (rev 3061)
@@ -1,3 +1,8 @@
+2009-09-07  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/sgroupio.h: Harmonize splint annotations of sgr_locate()
+	prototype with the one used in its definition.
+
 2009-09-07  Steve Grubb  <sgrubb at redhat.com>
 
 	* libmisc/copydir.c, lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c:

Modified: upstream/trunk/lib/sgroupio.h
===================================================================
--- upstream/trunk/lib/sgroupio.h	2009-09-07 18:53:47 UTC (rev 3060)
+++ upstream/trunk/lib/sgroupio.h	2009-09-07 18:59:03 UTC (rev 3061)
@@ -37,7 +37,7 @@
 
 extern int sgr_close (void);
 extern bool sgr_file_present (void);
-extern /*@null@*/const struct sgrp *sgr_locate (const char *name);
+extern /*@observer@*/ /*@null@*/const struct sgrp *sgr_locate (const char *name);
 extern int sgr_lock (void);
 extern int sgr_setdbname (const char *filename);
 extern /*@observer@*/const char *sgr_dbname (void);




More information about the Pkg-shadow-commits mailing list