diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-01-25 14:39:15 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-01-25 14:39:15 +0000 |
| commit | 014bf1f6e5c96ea412c28fe214c0998d2a0c30ab (patch) | |
| tree | 5fccf8e4cb8e9407c73cb881d03c899ad4a6997b /sys/contrib | |
| parent | 1f895245a0c5348d6c822f145ee49606d75a94fd (diff) | |
Notes
Diffstat (limited to 'sys/contrib')
| -rw-r--r-- | sys/contrib/pf/net/pf_ioctl.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/contrib/pf/net/pf_ioctl.c b/sys/contrib/pf/net/pf_ioctl.c index 083f7aa44cdd..7981a0814c49 100644 --- a/sys/contrib/pf/net/pf_ioctl.c +++ b/sys/contrib/pf/net/pf_ioctl.c @@ -477,18 +477,6 @@ pf_thread_create(void *v) if (kproc_create(pf_purge_thread, NULL, NULL, "pfpurge")) panic("pfpurge thread"); } - -int -pfopen(struct cdev *dev, int flags, int fmt, struct proc *p) -{ - return (0); -} - -int -pfclose(struct cdev *dev, int flags, int fmt, struct proc *p) -{ - return (0); -} #endif /* __FreeBSD__ */ struct pf_pool * |
