diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 19:21:41 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 19:21:41 +0000 |
commit | 9cbc24398c8c8d643c28ee87e77ed351c422be1c (patch) | |
tree | 39bc1d35953949cab1f01b10ac39e9d4147d4302 | |
parent | 2cd2bcff2f9296680492c7ef4d41d546369fa68f (diff) |
No need to include vm/vm.h here.
-rw-r--r-- | lib/libc/gen/setproctitle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 65ec831c66c..7d16d03e795 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -30,14 +30,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: setproctitle.c,v 1.7 1999/02/25 22:10:12 art Exp $"; +static char rcsid[] = "$OpenBSD: setproctitle.c,v 1.8 2001/11/06 19:21:40 art Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> #include <sys/exec.h> #include <sys/sysctl.h> -#include <vm/vm.h> #include <stdio.h> #include <stdlib.h> |