[Pkg-shadow-commits] r3458 - in upstream/trunk: . src
Nicolas FRANÇOIS
nekral-guest at alioth.debian.org
Sat Jul 30 01:41:56 UTC 2011
Author: nekral-guest
Date: 2011-07-30 01:41:56 +0000 (Sat, 30 Jul 2011)
New Revision: 3458
Modified:
upstream/trunk/ChangeLog
upstream/trunk/src/newgrp.c
Log:
* src/newgrp.c: Fix typo in notreached annotation.
Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog 2011-07-30 01:41:03 UTC (rev 3457)
+++ upstream/trunk/ChangeLog 2011-07-30 01:41:56 UTC (rev 3458)
@@ -1,5 +1,9 @@
2011-07-30 Nicolas François <nicolas.francois at centraliens.net>
+ * src/newgrp.c: Fix typo in notreached annotation.
+
+2011-07-30 Nicolas François <nicolas.francois at centraliens.net>
+
* src/usermod.c: Add annotations to indicate that fail_exit() does
not return.
* src/usermod.c: Fix typo in notreached annotation.
Modified: upstream/trunk/src/newgrp.c
===================================================================
--- upstream/trunk/src/newgrp.c 2011-07-30 01:41:03 UTC (rev 3457)
+++ upstream/trunk/src/newgrp.c 2011-07-30 01:41:56 UTC (rev 3458)
@@ -806,7 +806,7 @@
*/
err = shell (prog, initflag ? (char *) 0 : cp, newenvp);
exit ((err == ENOENT) ? E_CMD_NOTFOUND : E_CMD_NOEXEC);
- /* @notreached@ */
+ /*@notreached@*/
failure:
/*
More information about the Pkg-shadow-commits
mailing list