Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2003 09:02:52 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/df df.c
Message-ID:  <200305031602.h43G2q05047277@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2003/05/03 09:02:52 PDT

  FreeBSD src repository

  Modified files:
    bin/df               df.c 
  Log:
  WARNS cleaning for the Alpha. On alpha, size_t is a long, and it
  solicits a warning when used for the '*' in printf("%*d"). Cast
  to u_int for universal use.
  
  Revision  Changes    Path
  1.48      +17 -13    src/bin/df/df.c



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