diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2010-01-12 02:26:38 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2010-01-12 02:26:38 +0000 |
commit | 553ca1bf4e7c535615967c9b39fb0532c974b1f5 (patch) | |
tree | ddab927819e7ec27fa221a9af6a3cac688204ccc /sys | |
parent | e41d97997fad315afe0db9bd8529b5c802c950ef (diff) |
Delete unused structures. Pointed out by deraadt@.
ok mcbride@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pipex_local.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/net/pipex_local.h b/sys/net/pipex_local.h index 9f5b4cc3c3a..c5b1122e462 100644 --- a/sys/net/pipex_local.h +++ b/sys/net/pipex_local.h @@ -1,4 +1,4 @@ -/* $Id: pipex_local.h,v 1.1 2010/01/11 03:50:56 yasuoka Exp $ */ +/* $Id: pipex_local.h,v 1.2 2010/01/12 02:26:37 yasuoka Exp $ */ /* * Copyright (c) 2009 Internet Initiative Japan Inc. * All rights reserved. @@ -164,20 +164,6 @@ struct pipex_gre_header { uint16_t call_id; /* call_id */ } __attribute__((__packed__)); -/* ppp/ccp header */ -struct pipex_ccp_header { - uint8_t code; - uint8_t id; - uint16_t len; -} __attribute__((__packed__)); - -/* ppp header */ -struct pipex_ppp_header { - uint8_t c[0]; /* ppp proto */ - uint16_t code; /* ppp proto (2 oct) */ -} __attribute__((__packed__)); - - /* pppoe header */ struct pipex_pppoe_header { uint8_t vertype; /* version and type */ |