summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-14 08:32:20 +0000
committerdfr <dfr@FreeBSD.org>1998-09-14 08:32:20 +0000
commit788959f35b591c711084be858e5a1b815067fa50 (patch)
treef445ff26e4335d091585e87869d75d05b8ff1c4e /bin/ps/ps.h
parentdd529a7ea9097f1384219ac629af33aa8e48a25e (diff)
downloadFreeBSD-src-788959f35b591c711084be858e5a1b815067fa50.zip
FreeBSD-src-788959f35b591c711084be858e5a1b815067fa50.tar.gz
Portability fixes when sizeof(int) != sizeof(long).
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index 67749ae..cefa067 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -31,11 +31,11 @@
* SUCH DAMAGE.
*
* @(#)ps.h 8.1 (Berkeley) 5/31/93
- * $Id: ps.h,v 1.4 1997/02/22 14:05:09 peter Exp $
+ * $Id: ps.h,v 1.5 1997/04/29 05:26:05 jkh Exp $
*/
#define UNLIMITED 0 /* unlimited terminal width */
-enum type { CHAR, UCHAR, SHORT, USHORT, LONG, ULONG, KPTR };
+enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR };
struct usave {
struct timeval u_start;
OpenPOWER on IntegriCloud