Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2004 16:36:27 -0800 (PST)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/pkill Makefile pkill.c
Message-ID:  <200403260036.i2Q0aSYX085890@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403260036.i2Q0aSYX085890>