cvs commit: src/lib/libc_r/test guard_b.c

Marcel Moolenaar marcel at FreeBSD.org
Wed Jun 4 13:36:10 PDT 2003


marcel      2003/06/04 13:36:08 PDT

  FreeBSD src repository

  Modified files:
    lib/libc_r/test      guard_b.c 
  Log:
  Make this compile without warnings on 64-bit architectures:
  In recurse(), cast the pointer difference to int to match the format.
  The difference is expected to fit in an int.
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/libc_r/test/guard_b.c


More information about the cvs-src mailing list