Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen remove include of <vm/vm.h>



details:   https://anonhg.NetBSD.org/src/rev/8cbd9f14e1fe
branches:  trunk
changeset: 494009:8cbd9f14e1fe
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 29 06:31:44 2000 +0000

description:
remove include of <vm/vm.h>

diffstat:

 lib/libc/gen/setproctitle.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 33e2d8368af2 -r 8cbd9f14e1fe lib/libc/gen/setproctitle.c
--- a/lib/libc/gen/setproctitle.c       Thu Jun 29 06:30:02 2000 +0000
+++ b/lib/libc/gen/setproctitle.c       Thu Jun 29 06:31:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setproctitle.c,v 1.17 2000/06/14 17:25:06 cgd Exp $ */
+/* $NetBSD: setproctitle.c,v 1.18 2000/06/29 06:31:44 mrg Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Christopher G. Demetriou
@@ -36,15 +36,13 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: setproctitle.c,v 1.17 2000/06/14 17:25:06 cgd Exp $");
+__RCSID("$NetBSD: setproctitle.c,v 1.18 2000/06/29 06:31:44 mrg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/exec.h>
-#include <vm/vm.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index