Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2002 08:00:13 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ps ps.h
Message-ID:  <200210031500.g93F0H5T072739@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/10/03 08:00:11 PDT

  Modified files:
    bin/ps               ps.h 
  Log:
  Use a non-bogus type for representing the values of offsets in structs.
  off_t is for offsets in files, and it is signed so it was no better
  than the original type of int for avoiding warnings from broken lints,
  except accidentally on machines like i386's where size_t is smaller
  than off_t.
  
  Revision  Changes    Path
  1.13      +1 -1      src/bin/ps/ps.h

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?200210031500.g93F0H5T072739>