cvs commit: src/sys/netgraph ng_device.c ng_pppoe.c

Gleb Smirnoff glebius at FreeBSD.org
Sun Oct 31 09:32:52 PST 2004


glebius     2004-10-31 17:32:51 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_device.c ng_pppoe.c 
  Log:
  Since last change moved ';' from macro to code, we need to embrace
  macros with 'do {} while (0)' to avoid error in case macro is
  not defined.
  
  Prodded by:     julian, archie
  Pointy hat to:  glebius
  
  Revision  Changes    Path
  1.14      +2 -2      src/sys/netgraph/ng_device.c
  1.69      +2 -2      src/sys/netgraph/ng_pppoe.c


More information about the cvs-src mailing list