Fix the style of the previous commit.
Approved by: ed (mentor, implicit)
This commit is contained in:
parent
abc8594d70
commit
6413e27b3a
@ -145,7 +145,8 @@ static int filt_timer(struct knote *kn, long hint);
|
||||
static int filt_userattach(struct knote *kn);
|
||||
static void filt_userdetach(struct knote *kn);
|
||||
static int filt_user(struct knote *kn, long hint);
|
||||
static void filt_usertouch(struct knote *kn, struct kevent *kev, unsigned long type);
|
||||
static void filt_usertouch(struct knote *kn, struct kevent *kev,
|
||||
unsigned long type);
|
||||
|
||||
static struct filterops file_filtops = {
|
||||
.f_isfd = 1,
|
||||
|
@ -191,7 +191,8 @@ 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,
|
||||
unsigned long type);
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user