From c7955e871a443ef97e0448c364ba1ff77dc09e42 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 14 Jun 2000 18:38:44 +0000 Subject: [PATCH] Fixed disordering and misformatting in previous commit. --- sys/sys/filedesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 2babf9ccd54..1170bae63d8 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -140,9 +140,9 @@ pid_t fgetown __P((struct sigio *sigio)); int fsetown __P((pid_t pgid, struct sigio **sigiop)); void funsetown __P((struct sigio *sigio)); void funsetownlst __P((struct sigiolst *sigiolst)); +struct file *getfp __P((struct filedesc* fdp, int fd, int flag)); int getvnode __P((struct filedesc *fdp, int fd, struct file **fpp)); void setugidsafety __P((struct proc *p)); -struct file *getfp __P((struct filedesc* fdp, int fd, int flag)); #endif /* _KERNEL */