svn commit: r222870 - stable/8/sys/ddb

John Baldwin jhb at FreeBSD.org
Wed Jun 8 20:12:39 UTC 2011


Author: jhb
Date: Wed Jun  8 20:12:38 2011
New Revision: 222870
URL: http://svn.freebsd.org/changeset/base/222870

Log:
  MFC 221179:
  Trim an additional unnecessary <linker_set.h> include.

Modified:
  stable/8/sys/ddb/db_ps.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/ddb/db_ps.c
==============================================================================
--- stable/8/sys/ddb/db_ps.c	Wed Jun  8 20:08:06 2011	(r222869)
+++ stable/8/sys/ddb/db_ps.c	Wed Jun  8 20:12:38 2011	(r222870)
@@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/cons.h>
 #include <sys/jail.h>
 #include <sys/kdb.h>
-#include <sys/linker_set.h>
 #include <sys/proc.h>
 #include <sys/sysent.h>
 #include <sys/systm.h>


More information about the svn-src-stable-8 mailing list