summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2010-05-17 02:01:22 +0000
committerrmacklem <rmacklem@FreeBSD.org>2010-05-17 02:01:22 +0000
commitb0fe857239cf65fc71eeceef284719a58a6b5e0d (patch)
tree0b8c5d931b18c3a1e299126251a114784080eeee
parent0eeb821b1ae4109c832fd1b555f436d649d3be02 (diff)
downloadFreeBSD-src-b0fe857239cf65fc71eeceef284719a58a6b5e0d.zip
FreeBSD-src-b0fe857239cf65fc71eeceef284719a58a6b5e0d.tar.gz
MFC: r207785
Fix typos in macros.
-rw-r--r--sys/fs/nfs/nfskpiport.h4
-rw-r--r--sys/fs/nfs/nfsport.h4
2 files changed, 4 insertions, 4 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 */
diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h
index 0ed8227..9189d9f 100644
--- a/sys/fs/nfs/nfsport.h
+++ b/sys/fs/nfs/nfsport.h
@@ -33,7 +33,7 @@
*/
#ifndef _NFS_NFSPORT_H_
-#define _NFSPORT_NFS_H_
+#define _NFS_NFSPORT_H_
/*
* In general, I'm not fond of #includes in .h files, but this seems
@@ -922,4 +922,4 @@ struct nfsreq {
#endif /* _KERNEL */
-#endif /* _NFSPORT_NFS_H */
+#endif /* _NFS_NFSPORT_H */
OpenPOWER on IntegriCloud