COMP: Try to remove warnings on windows

This commit is contained in:
Andy Cedilnik 2005-03-06 12:10:01 -05:00
parent fbc894b646
commit 36880eba05
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ list_remove_tail(struct list_head * const anchorP) {
static __inline__ void *
list_foreach(struct list_head * const anchorP,
void * functionP(struct list_head *, void *),
void * functionP(struct list_head * const, void * const),
void * const context) {
struct list_head * p;