mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove holdfp() prototype now that the function no longer exists
This commit is contained in:
parent
54e588636b
commit
b9a999ddbf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89697
@ -152,7 +152,6 @@ pid_t fgetown __P((struct sigio *sigio));
|
|||||||
int fsetown __P((pid_t pgid, struct sigio **sigiop));
|
int fsetown __P((pid_t pgid, struct sigio **sigiop));
|
||||||
void funsetown __P((struct sigio *sigio));
|
void funsetown __P((struct sigio *sigio));
|
||||||
void funsetownlst __P((struct sigiolst *sigiolst));
|
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));
|
int getvnode __P((struct filedesc *fdp, int fd, struct file **fpp));
|
||||||
void setugidsafety __P((struct thread *td));
|
void setugidsafety __P((struct thread *td));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user