* libmisc/find_new_gid.c, libmisc/find_new_uid.c,

libmisc/isexpired.c, src/groupadd.c, lib/pwauth.h, lib/groupmem.c,
	lib/shadowmem.c, lib/pwmem.c, lib/prototypes.h: Added splint
	annotations.
This commit is contained in:
nekral-guest
2009-04-23 17:43:27 +00:00
parent 956d68c870
commit 7f165aab7f
10 changed files with 45 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
* Copyright (c) 1989 - 1994, Julianne Frances Haugh
* Copyright (c) 1996 - 1997, Marek Michałkiewicz
* Copyright (c) 2001 - 2005, Tomasz Kłoczko
* Copyright (c) 2008 , Nicolas François
* Copyright (c) 2008 - 2009, Nicolas François
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -59,7 +59,7 @@
* now disabled. (password cannot be changed)
* 3: The account has expired
*/
int isexpired (const struct passwd *pw, const struct spwd *sp)
int isexpired (const struct passwd *pw, /*@null@*/const struct spwd *sp)
{
long now;