From fa89e223acacc0af7266c781447ef14eef8636c3 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 2 Aug 2001 20:53:00 +0000 Subject: Add a comment --- usr.sbin/ppp/ppp/proto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp') 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 */ -- cgit v1.2.3