diff options
author | brian <brian@cvs.openbsd.org> | 2000-11-28 22:59:54 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2000-11-28 22:59:54 +0000 |
commit | da537cbcb5872308162d0531f05e82af870ddcc7 (patch) | |
tree | b87c2e5aea586d03fe6ed02744a2bfefbf7fce1b /usr.sbin/ppp/ppp/tun.h | |
parent | f4653847f96fc818d29924ff7237a95737b6fdaa (diff) |
Add ``enable/disable'' tcpmssfixup - enabled by default.
Diffstat (limited to 'usr.sbin/ppp/ppp/tun.h')
-rw-r--r-- | usr.sbin/ppp/ppp/tun.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/tun.h b/usr.sbin/ppp/ppp/tun.h index cdd0f30b340..a23c59732f5 100644 --- a/usr.sbin/ppp/ppp/tun.h +++ b/usr.sbin/ppp/ppp/tun.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: tun.h,v 1.5 2000/07/11 22:13:04 brian Exp $ + * $OpenBSD: tun.h,v 1.6 2000/11/28 22:59:53 brian Exp $ */ struct tun_data { @@ -36,4 +36,4 @@ struct tun_data { struct bundle; -extern void tun_configure(struct bundle *, int); +extern void tun_configure(struct bundle *); |