aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-08-16 14:12:40 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-08-16 14:12:40 +0000
commit49cde51dfdb48a017ddbfd79371ec7ff13963552 (patch)
treec72ba56b87cc9a7129cc18923d8afd00af457d51 /sys
parentff9c912816757503494a5d9540ba56c2525b725b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_event.c4
-rw-r--r--sys/kern/sys_pipe.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c
index abc1f2466b4f..820775d37529 100644
--- a/sys/kern/kern_event.c
+++ b/sys/kern/kern_event.c
@@ -802,7 +802,7 @@ kqueue_ioctl(struct file *fp, u_long com, void *data, struct thread *td)
/*ARGSUSED*/
static int
kqueue_poll(struct file *fp, int events, struct ucred *active_cred,
- struct thread *td)
+ struct thread *td)
{
struct kqueue *kq;
int revents = 0;
@@ -824,7 +824,7 @@ kqueue_poll(struct file *fp, int events, struct ucred *active_cred,
/*ARGSUSED*/
static int
kqueue_stat(struct file *fp, struct stat *st, struct ucred *active_cred,
- struct thread *td)
+ struct thread *td)
{
struct kqueue *kq;
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 4873f808c64f..624ac6b89cde 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -103,7 +103,7 @@ static int pipe_poll(struct file *fp, int events, struct ucred *active_cred,
struct thread *td);
static int pipe_kqfilter(struct file *fp, struct knote *kn);
static int pipe_stat(struct file *fp, struct stat *sb,
- struct ucred *active_cred, struct thread *td);
+ struct ucred *active_cred, struct thread *td);
static int pipe_ioctl(struct file *fp, u_long cmd, void *data,
struct thread *td);