Searched hist:c0451ac3d95ec517305af2b9197167b907338ea7 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | diff c0451ac3d95ec517305af2b9197167b907338ea7 Sun Aug 01 22:39:33 CEST 2004 Gleb Smirnoff <glebius@FreeBSD.org> Another stupid error from my side. PPPOE_NONSTANDARD was first defined in enum {}, and then redefined with #define. No warnings from compiler, though.
Submitted by: bz Pointy hat to: glebius diff c0451ac3d95ec517305af2b9197167b907338ea7 Sun Aug 01 22:39:33 CEST 2004 Gleb Smirnoff <glebius@FreeBSD.org> Another stupid error from my side. PPPOE_NONSTANDARD was first defined in enum {}, and then redefined with #define. No warnings from compiler, though.
Submitted by: bz Pointy hat to: glebius
|