summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1999-05-03 00:20:07 +0000
committermrg <mrg@NetBSD.org>1999-05-03 00:20:07 +0000
commitc0999a71b082fdafe3c984b5ae2c8d9965c19236 (patch)
treefd290d57507c2ab8031cbaa105cb8ae57ba3fa8f /bin
parentd5c7180e2b41ddc2337d723a59d7150bdf70889b (diff)
oops, fix merge botch in previous..
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index b10c1a7232d..e4244c52ea6 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ps.h,v 1.14 1999/05/03 00:17:31 mrg Exp $ */
+/* $NetBSD: ps.h,v 1.15 1999/05/03 00:20:07 mrg Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -38,7 +38,6 @@
#define UNLIMITED 0 /* unlimited terminal width */
enum type {
CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, KPTR24,
- CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR,
INT32, UINT32, SIGLIST
};