Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2016 01:08:09 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r309275 - stable/11/lib/libc/gen
Message-ID:  <201611290108.uAT1890L066116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Nov 29 01:08:09 2016
New Revision: 309275
URL: https://svnweb.freebsd.org/changeset/base/309275

Log:
  MFC r309006: remove unnecessary vm includes from setproctitle
  
  vm headers were needed only for the PS_STRINGS fallback, which was
  removed in r297888.

Modified:
  stable/11/lib/libc/gen/setproctitle.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/gen/setproctitle.c
==============================================================================
--- stable/11/lib/libc/gen/setproctitle.c	Tue Nov 29 00:16:19 2016	(r309274)
+++ stable/11/lib/libc/gen/setproctitle.c	Tue Nov 29 01:08:09 2016	(r309275)
@@ -23,10 +23,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/exec.h>
 #include <sys/sysctl.h>
 
-#include <vm/vm.h>
-#include <vm/vm_param.h>
-#include <vm/pmap.h>
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611290108.uAT1890L066116>