Updated splint annotations.

This commit is contained in:
nekral-guest
2009-04-25 14:16:22 +00:00
parent 71f7f777ec
commit 06d5369fdb
2 changed files with 5 additions and 3 deletions

View File

@ -126,7 +126,8 @@ struct commonio_db {
/*
* Head, tail, current position in linked list.
*/
/*@owned@*/ /*@null@*/struct commonio_entry *head, *tail, *cursor;
/*@owned@*/ /*@null@*/struct commonio_entry *head, *tail;
/*@dependent@*/ /*@null@*/struct commonio_entry *cursor;
/*
* Various flags.