diff options
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 1c79db35ac0..864d04bd4ca 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pstat.c,v 1.110 2016/09/19 20:10:54 tb Exp $ */ +/* $OpenBSD: pstat.c,v 1.111 2016/10/23 18:14:01 kettenis Exp $ */ /* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */ /*- @@ -270,7 +270,7 @@ main(int argc, char *argv[]) mask = 0xffff; else if (strcmp(mod, "hh") == 0) mask = 0xff; - else + else if (strcmp(mod, "") != 0) longformat = 1; } else |