CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/03/26 13:37:42
Modified files: sys/net : bpf.h Log message: Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not generate such packets but it helps porting applications that assume that these are available on any system. Requested by dhill long time ago.