1. 09 Jun, 2002 2 commits
    • Linus Torvalds's avatar
      fix up fall-out from header cleanups · 71e3ff68
      Linus Torvalds authored
      71e3ff68
    • Mitchell Blank Jr.'s avatar
      [PATCH] atm warning fix (vs 2.5.21) · dce2f963
      Mitchell Blank Jr. authored
      This fixes a large batch of warnings that popped up with the new stricter
      bitops.h that recently was introduced.  We actually didn't have 64-bit
      bug, but we had built our own *_flags_t typedef's that were just struct
      wrappers around an unsigned long.  We used to pass their addresses directly
      to set_bit() and friends but now that causes an error.  The typedef's really
      didn't serve much purpose so the cleanest fix is to just eliminate them and
      use "unsigned long" directly.
      dce2f963
  2. 08 Jun, 2002 30 commits
  3. 07 Jun, 2002 8 commits