summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfskpiport.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nfs/nfskpiport.h')
-rw-r--r--sys/fs/nfs/nfskpiport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/nfs/nfskpiport.h b/sys/fs/nfs/nfskpiport.h
index 1e1fb9c..bd26a8e 100644
--- a/sys/fs/nfs/nfskpiport.h
+++ b/sys/fs/nfs/nfskpiport.h
@@ -27,7 +27,7 @@
*/
#ifndef _NFS_NFSKPIPORT_H_
-#define _NFSKPIPORT_NFS_H_
+#define _NFS_NFSKPIPORT_H_
/*
* These definitions are needed since the generic code is now using Darwin8
* KPI stuff. (I know, seems a bit silly, but I want the code to build on
@@ -70,4 +70,4 @@ typedef struct mbuf * mbuf_t;
#define uio_iov_len(p) ((p)->uio_iov->iov_len)
#define uio_iov_len_add(p, v) ((p)->uio_iov->iov_len += (v))
-#endif /* _NFSKPIPORT_NFS_H */
+#endif /* _NFS_NFSKPIPORT_H */
OpenPOWER on IntegriCloud