summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-06 04:02:30 +0000
committerbde <bde@FreeBSD.org>1997-07-06 04:02:30 +0000
commit71773196f63219747dfc758058cf4204cd0da942 (patch)
tree97bbc6a4ebb0c8504601d3149d9402a54cc74c68 /usr.bin/systat
parent7ecaf287d1b9271bed576ea71b9cc4e93b68428b (diff)
parent8e49bc41a2ccf2ebdd927af9395913f3da1156d1 (diff)
downloadFreeBSD-src-71773196f63219747dfc758058cf4204cd0da942.zip
FreeBSD-src-71773196f63219747dfc758058cf4204cd0da942.tar.gz
This commit was generated by cvs2svn to compensate for changes in r27229,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/cmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c
index 4987c2c..e374e3f 100644
--- a/usr.bin/systat/cmds.c
+++ b/usr.bin/systat/cmds.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93";
+static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95";
#endif /* not lint */
#include <stdlib.h>
@@ -165,7 +165,7 @@ lookup(name)
nmatches++;
}
}
- if (nmatches > 1)
+ if (nmatches != 1)
return ((struct cmdtab *)-1);
return (found);
}
OpenPOWER on IntegriCloud