svn commit: r208179 - stable/8/sys/fs/nfs

Rick Macklem rmacklem at FreeBSD.org
Mon May 17 02:01:22 UTC 2010


Author: rmacklem
Date: Mon May 17 02:01:22 2010
New Revision: 208179
URL: http://svn.freebsd.org/changeset/base/208179

Log:
  MFC: r207785
  Fix typos in macros.

Modified:
  stable/8/sys/fs/nfs/nfskpiport.h
  stable/8/sys/fs/nfs/nfsport.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/fs/nfs/nfskpiport.h
==============================================================================
--- stable/8/sys/fs/nfs/nfskpiport.h	Mon May 17 01:49:52 2010	(r208178)
+++ stable/8/sys/fs/nfs/nfskpiport.h	Mon May 17 02:01:22 2010	(r208179)
@@ -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 */

Modified: stable/8/sys/fs/nfs/nfsport.h
==============================================================================
--- stable/8/sys/fs/nfs/nfsport.h	Mon May 17 01:49:52 2010	(r208178)
+++ stable/8/sys/fs/nfs/nfsport.h	Mon May 17 02:01:22 2010	(r208179)
@@ -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 */


More information about the svn-src-all mailing list