]> granicus.if.org Git - shadow/commitdiff
* lib/sgroupio.h: Harmonize splint annotations of sgr_locate()
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 7 Sep 2009 18:59:03 +0000 (18:59 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 7 Sep 2009 18:59:03 +0000 (18:59 +0000)
prototype with the one used in its definition.

ChangeLog
lib/sgroupio.h

index 1bde071ef396a545b40bdc14cb4dd03cba10bb83..57e7e56f30a00fd39a8e64643df456a4748b3620 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-07  Nicolas François  <nicolas.francois@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@redhat.com>
 
        * libmisc/copydir.c, lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c:
index 47f01396be8b367a2c63a7a1f7f3972d309c2380..163243a4f76162bead705b31f3b535b91a1f6837 100644 (file)
@@ -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);