cvs commit: src/contrib/pf/pflogd pflogd.c

Max Laier mlaier at FreeBSD.org
Tue Aug 31 11:04:35 PDT 2004


mlaier      2004-08-31 18:04:34 UTC

  FreeBSD src repository

  Modified files:
    contrib/pf/pflogd    pflogd.c 
  Log:
  Make pflogd(8) store pcap_sf_pkthdr instead of MD timeval contaminated
  pcap_pkthdr. This makes /var/log/pflog standart compliant on 64bit archs.
  
  OpenBSD has fixed this by changing the bpf timeval to 32bit in the kernel,
  so no need to report this over (again).
  
  PR:             bin/71096 (w/ changes)
  Submitted by:   Ville-Pertti Keinonen
  Tested by:      amd64(submitter), sparc64(yongari), i386(myself)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +36 -0     src/contrib/pf/pflogd/pflogd.c


More information about the cvs-src mailing list