From: David Parrish Date: Mon, 4 Oct 2004 23:34:07 +0000 (+0000) Subject: Make it compile X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~403 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/892241efbb520fc6faf20ed0f694894433e5558e Make it compile --- diff --git a/l2tpns.h b/l2tpns.h index 39e862f..cfeb860 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.18 2004-09-19 23:26:46 fred_nerk Exp $ +// $Id: l2tpns.h,v 1.19 2004-10-04 23:34:07 fred_nerk Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -456,7 +456,7 @@ struct config_descriptt char *key; int offset; int size; - enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP } type; + enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP, MAC } type; }; // arp.c