diff options
author | brian <brian@cvs.openbsd.org> | 2001-08-02 20:53:00 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-08-02 20:53:00 +0000 |
commit | fa89e223acacc0af7266c781447ef14eef8636c3 (patch) | |
tree | 72f91db9ea0981ac1414ac179a643ff990007222 /usr.sbin | |
parent | 9033355433854bb3473ded6e34ca480ab2d080d1 (diff) |
Add a comment
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/proto.h b/usr.sbin/ppp/ppp/proto.h index 227520cf637..378c5a8ac8d 100644 --- a/usr.sbin/ppp/ppp/proto.h +++ b/usr.sbin/ppp/ppp/proto.h @@ -25,9 +25,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: proto.h,v 1.3 2001/06/13 21:33:42 brian Exp $ + * $OpenBSD: proto.h,v 1.4 2001/08/02 20:52:59 brian Exp $ */ +/* + * Definition of protocol numbers + */ #define PROTO_IP 0x0021 /* IP */ #define PROTO_VJUNCOMP 0x002f /* VJ Uncompressed */ #define PROTO_VJCOMP 0x002d /* VJ Compressed */ |