]> granicus.if.org Git - shadow/commitdiff
* lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added splint
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 23 Apr 2009 11:54:30 +0000 (11:54 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 23 Apr 2009 11:54:30 +0000 (11:54 +0000)
annotations.

ChangeLog
lib/fputsx.c

index cf9ea9e2d0aac4a1120ca2d1fcc2c598d4485102..c9f058ef2244a91160ea0f78746b8c01000f3f02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2009-04-22  Nicolas François  <nicolas.francois@centraliens.net>
 
-       * lib/gshadow.c, lib/commonio.h: Added splint annotations.
+       * lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added splint
+       annotations.
 
 2009-04-22  Nicolas François  <nicolas.francois@centraliens.net>
 
index 18eb76ce7a962b9572a194cb6796524b88bde2d0..9a55ba0e11bc250ce29c42e0ffde9cd329f049db 100644 (file)
@@ -39,7 +39,7 @@
 #ident "$Id$"
 
 
-char *fgetsx (char *buf, int cnt, FILE * f)
+/*@null@*/char *fgetsx (/*@returned@*/ /*@out@*/char *buf, int cnt, FILE * f)
 {
        char *cp = buf;
        char *ep;