diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2010-05-08 14:50:12 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2010-05-08 14:50:12 +0000 |
commit | faadeb23d51d7ffd7307caf49307dded42330065 (patch) | |
tree | 46cf217ee4bacc150b7799e196a41ea35acf8e01 /sys/fs | |
parent | 6a8de408d7f7bc9dc9765e2fc1ac2949f02ac7b1 (diff) | |
download | FreeBSD-src-faadeb23d51d7ffd7307caf49307dded42330065.zip FreeBSD-src-faadeb23d51d7ffd7307caf49307dded42330065.tar.gz |
Fix typos in macros.
PR: kern/146375
Submitted by: simon AT comsys.ntu-kpi.kiev.ua
MFC after: 1 week
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/nfs/nfskpiport.h | 4 | ||||
-rw-r--r-- | sys/fs/nfs/nfsport.h | 4 |
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 0fa2e14..40dfe6c 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 @@ -918,4 +918,4 @@ struct nfsreq { #endif /* _KERNEL */ -#endif /* _NFSPORT_NFS_H */ +#endif /* _NFS_NFSPORT_H */ |