summaryrefslogtreecommitdiffstats
path: root/sys/nlm/nlm_prot_clnt.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_clnt.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_clnt.c')
-rw-r--r--sys/nlm/nlm_prot_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nlm/nlm_prot_clnt.c b/sys/nlm/nlm_prot_clnt.c
index b3ae5d8..9a16e32 100644
--- a/sys/nlm/nlm_prot_clnt.c
+++ b/sys/nlm/nlm_prot_clnt.c
@@ -8,7 +8,7 @@
#include <sys/mutex.h>
#include <sys/systm.h>
-#include "nlm_prot.h"
+#include <nlm/nlm_prot.h>
#include <sys/cdefs.h>
#ifndef lint
/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/
OpenPOWER on IntegriCloud