-/* $OpenBSD: fstat.c,v 1.2 1996/03/27 19:32:24 niklas Exp $ */
+/* $OpenBSD: fstat.c,v 1.3 1996/05/05 19:04:21 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
#ifndef lint
/*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: fstat.c,v 1.2 1996/03/27 19:32:24 niklas Exp $";
+static char *rcsid = "$OpenBSD: fstat.c,v 1.3 1996/05/05 19:04:21 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
arg = 0;
what = KERN_PROC_ALL;
nlistf = memf = NULL;
- while ((ch = getopt(argc, argv, "fnp:u:vNM")) != EOF)
+ while ((ch = getopt(argc, argv, "fnp:u:vN:M:")) != EOF)
switch((char)ch) {
case 'f':
fsflg = 1;