summaryrefslogtreecommitdiffstats
path: root/bin/ps/lomac.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-26 16:05:14 +0000
committerru <ru@FreeBSD.org>2002-03-26 16:05:14 +0000
commitf6da61bcc93f7a3dfe3b92947914827a66b64a24 (patch)
tree85683be1d530a7aea0bbd16f73a2bf218c21b316 /bin/ps/lomac.c
parent124c6d3a2681db60183934e41d92ed78ad107c78 (diff)
downloadFreeBSD-src-f6da61bcc93f7a3dfe3b92947914827a66b64a24.zip
FreeBSD-src-f6da61bcc93f7a3dfe3b92947914827a66b64a24.tar.gz
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks
Diffstat (limited to 'bin/ps/lomac.c')
-rw-r--r--bin/ps/lomac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/lomac.c b/bin/ps/lomac.c
index 2e5b8a2..5a09b3a 100644
--- a/bin/ps/lomac.c
+++ b/bin/ps/lomac.c
@@ -44,7 +44,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
-#include <sys/lomacio.h>
+#include <security/lomac/lomacio.h>
#include <err.h>
#include <fts.h>
OpenPOWER on IntegriCloud