* src/usermod.c: Add annotations to indicate that fail_exit() does

not return.
	* src/usermod.c: Fix typo in notreached annotation.
This commit is contained in:
nekral-guest
2011-07-30 01:41:03 +00:00
parent 019048c555
commit 00d1ab6454
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: Add annotations to indicate that fail_exit() does
not return.
* src/usermod.c: Fix typo in notreached annotation.
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/find_new_uid.c: free (used_uids) on return.