cvs commit: src/usr.bin/pkill Makefile pkill.c

Garance A Drosehn gad at FreeBSD.org
Thu Mar 25 16:36:28 PST 2004


gad         2004/03/25 16:36:27 PST

  FreeBSD src repository

  Modified files:
    usr.bin/pkill        Makefile pkill.c 
  Log:
  Add a cast to get this to compile with WARNS=5 on sparc64.  This is
  needed because off_t == __int64_t, while size_t == __uint64_t.  This
  also compiles with WARNS=5 on amd64, but I haven't tested the other
  platforms yet.
  
  Revision  Changes    Path
  1.3       +1 -1      src/usr.bin/pkill/Makefile
  1.7       +2 -1      src/usr.bin/pkill/pkill.c


More information about the cvs-all mailing list