kern/146375: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat May 8 15:00:15 UTC 2010
The following reply was made to PR kern/146375; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/146375: commit references a PR
Date: Sat, 8 May 2010 14:50:30 +0000 (UTC)
Author: rmacklem
Date: Sat May 8 14:50:12 2010
New Revision: 207785
URL: http://svn.freebsd.org/changeset/base/207785
Log:
Fix typos in macros.
PR: kern/146375
Submitted by: simon AT comsys.ntu-kpi.kiev.ua
MFC after: 1 week
Modified:
head/sys/fs/nfs/nfskpiport.h
head/sys/fs/nfs/nfsport.h
Modified: head/sys/fs/nfs/nfskpiport.h
==============================================================================
--- head/sys/fs/nfs/nfskpiport.h Sat May 8 14:12:04 2010 (r207784)
+++ head/sys/fs/nfs/nfskpiport.h Sat May 8 14:50:12 2010 (r207785)
@@ -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: head/sys/fs/nfs/nfsport.h
==============================================================================
--- head/sys/fs/nfs/nfsport.h Sat May 8 14:12:04 2010 (r207784)
+++ head/sys/fs/nfs/nfsport.h Sat May 8 14:50:12 2010 (r207785)
@@ -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 */
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-fs
mailing list