Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2010 15:00:14 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-fs@FreeBSD.org
Subject:   Re: kern/146375: commit references a PR
Message-ID:  <201005081500.o48F0Efb035781@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/146375; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005081500.o48F0Efb035781>