Fix typos in macros.

PR:		kern/146375
Submitted by:	simon AT comsys.ntu-kpi.kiev.ua
MFC after:	1 week
This commit is contained in:
Rick Macklem 2010-05-08 14:50:12 +00:00
parent 35ad337dcd
commit c19f54267c
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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 */