From b9a999ddbf36777c7b7e042cfa761eef7ef38548 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Wed, 23 Jan 2002 08:28:55 +0000 Subject: Remove holdfp() prototype now that the function no longer exists --- sys/sys/filedesc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 4419c21dd0ec9..077e1c6ce6edb 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -152,7 +152,6 @@ 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 *holdfp __P((struct filedesc *fdp, int fd, int flag)); int getvnode __P((struct filedesc *fdp, int fd, struct file **fpp)); void setugidsafety __P((struct thread *td)); -- cgit v1.3