summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-12-14 13:41:02 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-12-14 13:41:02 +0000
commit3b2ddae2d92f2442b4b140ffb333f86c7716296f (patch)
treecb34035fe5caf9374a67624107f16c3c4face078 /sys/net
parentb7e85880ea887c4960cdbcf62685a27863664808 (diff)
move the ioctls w/ all the other ifaces; mcbride@ ok
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_pfsync.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_pfsync.h b/sys/net/if_pfsync.h
index a908017ca70..ffd2a8fa029 100644
--- a/sys/net/if_pfsync.h
+++ b/sys/net/if_pfsync.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pfsync.h,v 1.17 2004/11/16 20:07:56 mcbride Exp $ */
+/* $OpenBSD: if_pfsync.h,v 1.18 2004/12/14 13:41:01 mickey Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -226,8 +226,6 @@ struct pfsyncreq {
int pfsyncr_maxupdates;
int pfsyncr_authlevel;
};
-#define SIOCSETPFSYNC _IOW('i', 247, struct ifreq)
-#define SIOCGETPFSYNC _IOWR('i', 248, struct ifreq)
#define pf_state_peer_hton(s,d) do { \