cvs commit: src/sys/dev/xe if_xereg.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Oct 6 01:30:41 PDT 2005


pjd         2005-10-06 08:30:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xe           if_xereg.h 
  Log:
  Fix a nasty typo. Change:
          if (foo);
                  bar();
  to:
          if (foo)
                  bar();
  Really, really nasty bug and a very nice catch of mine.
  
  Unfortunately, I'll not become a hero of the day, because the code is
  commented out.
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/dev/xe/if_xereg.h


More information about the cvs-src mailing list