summaryrefslogtreecommitdiffstats
path: root/sys/nlm/nlm_prot_svc.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-03-28 09:50:32 +0000
committerdfr <dfr@FreeBSD.org>2008-03-28 09:50:32 +0000
commit3d7f9d1b14e3b0a60532dcf7644a09862d4af9ed (patch)
treed3579f170201616b3e238acc235c4af58fa15f75 /sys/nlm/nlm_prot_svc.c
parent5e4993bfe38386869516af500973095a384d683e (diff)
downloadFreeBSD-src-3d7f9d1b14e3b0a60532dcf7644a09862d4af9ed.zip
FreeBSD-src-3d7f9d1b14e3b0a60532dcf7644a09862d4af9ed.tar.gz
Minor changes to improve compatibility with older FreeBSD releases.
Diffstat (limited to 'sys/nlm/nlm_prot_svc.c')
-rw-r--r--sys/nlm/nlm_prot_svc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nlm/nlm_prot_svc.c b/sys/nlm/nlm_prot_svc.c
index eca6d86..3b1a140 100644
--- a/sys/nlm/nlm_prot_svc.c
+++ b/sys/nlm/nlm_prot_svc.c
@@ -28,8 +28,8 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include "nlm_prot.h"
-#include "nlm.h"
+#include <nlm/nlm_prot.h>
+#include <nlm/nlm.h>
#include <sys/cdefs.h>
#ifndef lint
OpenPOWER on IntegriCloud