Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 10:28:30 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ps print.c
Message-ID:  <200207111728.g6BHSUSf067245@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/07/11 10:28:30 PDT

  Modified files:
    bin/ps               print.c 
  Log:
  Fixed a printf format error that was fatal on alphas.  Adding WFORMAT=0
  to the Makefile didn't affect this bug because WFORMAT only controls
  higher- level format checking (not the -Wformat that is implicit in
  -Wall).
  
  Fixed a nearby printf format error that was benign and 3 nearby style bugs.
  
  Revision  Changes    Path
  1.69      +1 -2      src/bin/ps/print.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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