diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-07 08:23:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-07 08:23:09 +0000 |
commit | 69a102c7c2d9a7a3eca380d147871ead0d0153be (patch) | |
tree | 074014c52e691cddbb0308cea23b6b0050432ebd /bin | |
parent | f30488ec1a81a63fa2c3ebe7f076358357159b26 (diff) |
Doh, bring the correct header, this is userland...
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/print.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index 6866144bb88..622e62548c8 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.19 2001/11/07 08:19:43 miod Exp $ */ +/* $OpenBSD: print.c,v 1.20 2001/11/07 08:23:08 miod Exp $ */ /* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #else -static char rcsid[] = "$OpenBSD: print.c,v 1.19 2001/11/07 08:19:43 miod Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.20 2001/11/07 08:23:08 miod Exp $"; #endif #endif /* not lint */ @@ -50,7 +50,7 @@ static char rcsid[] = "$OpenBSD: print.c,v 1.19 2001/11/07 08:19:43 miod Exp $"; #include <sys/ucred.h> #include <sys/sysctl.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <err.h> #include <grp.h> |