From 69bdbc1b60333eb3c6bea4c5a6d53a4a6d38ab61 Mon Sep 17 00:00:00 2001 From: rdivacky Date: Tue, 22 Sep 2009 16:16:02 +0000 Subject: Change unsigned foo to u_foo as required by style(9). Requested by: bde Approved by: ed (mentor) --- sys/sys/event.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/sys/event.h') diff --git a/sys/sys/event.h b/sys/sys/event.h index 56d1630..4365e44 100644 --- a/sys/sys/event.h +++ b/sys/sys/event.h @@ -191,8 +191,7 @@ struct filterops { int (*f_attach)(struct knote *kn); void (*f_detach)(struct knote *kn); int (*f_event)(struct knote *kn, long hint); - void (*f_touch)(struct knote *kn, struct kevent *kev, - unsigned long type); + void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); }; /* -- cgit v1.1