mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed disordering and misformatting in previous commit.
This commit is contained in:
parent
8e8cac5555
commit
c7955e871a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue