Deleted Added
full compact
39c39
< * $Id: kern_descrip.c,v 1.21 1995/12/08 11:16:59 julian Exp $
---
> * $Id: kern_descrip.c,v 1.22 1995/12/08 23:21:31 phk Exp $
78c78
< int finishdup(struct filedesc *fdp, int old, int new, int *retval);
---
> static int finishdup(struct filedesc *fdp, int old, int new, int *retval);
339c339
< int
---
> static int
525c525,526
< int fdexpand;
---
> static int fdexpand;
> SYSCTL_INT(_debug, OID_AUTO, fdexpand, CTLFLAG_RD, &fdexpand, 0, "");