Deleted Added
full compact
40c40
< * $FreeBSD: head/sys/netgraph/ng_pppoe.h 139823 2005-01-07 01:45:51Z imp $
---
> * $FreeBSD: head/sys/netgraph/ng_pppoe.h 151800 2005-10-28 14:41:28Z ru $
127c127
< char data[0]; /* init data goes here */
---
> char data[]; /* init data goes here */
206c206
< char tag_data[0];
---
> char tag_data[];
215c215
< struct pppoe_tag tag[0];
---
> struct pppoe_tag tag[];