cvs commit: src/sys/net bpf.c bpf.h

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Wed Jul 7 08:17:17 PDT 2004


joerg       2004/07/07 08:16:04 PDT

DragonFly src repository

  Modified files:
    sys/net              bpf.c bpf.h 
  Log:
  Welcome BPF in the 21st century and remove all the pre-ANSI C, BSD < 1991
  junk. Fix some small style(9) glitches and change some pointer comparisions
  to use explicit NULL. Use ISO C protyps.
  
  Revision  Changes    Path
  1.19      +122 -274  src/sys/net/bpf.c
  1.5       +1 -0      src/sys/net/bpf.h


http://www.dragonflybsd.org/cvsweb/src/sys/net/bpf.c.diff?r1=1.18&r2=1.19&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/bpf.h.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list