Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2004 22:07:12 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48110 for review
Message-ID:  <200403040607.i2467CSJ014060@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48110

Change 48110 by peter@peter_daintree on 2004/03/03 22:06:59

	update include guards

Affected files ...

.. //depot/projects/hammer/sys/compat/netbsd/dvcfg.h#2 edit
.. //depot/projects/hammer/sys/compat/netbsd/physio_proc.h#2 edit

Differences ...

==== //depot/projects/hammer/sys/compat/netbsd/dvcfg.h#2 (text+ko) ====

@@ -32,8 +32,8 @@
  * Copyright (c) 1996 Naofumi HONDA.  All rights reserved.
  */
 
-#ifndef _AMD64_DVCFG_H_
-#define _AMD64_DVCFG_H_
+#ifndef _COMPAT_NETBSD_DVCFG_H_
+#define _COMPAT_NETBSD_DVCFG_H_
 
 typedef void *dvcfg_hw_t;
 
@@ -62,4 +62,4 @@
 }
 
 #define	DVCFG_HW(SELP, NUM)	dvcfg_hw((SELP), (NUM))
-#endif	/* _AMD64_DVCFG_H_ */
+#endif	/* _COMPAT_NETBSD_DVCFG_H_ */

==== //depot/projects/hammer/sys/compat/netbsd/physio_proc.h#2 (text+ko) ====

@@ -30,8 +30,8 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
-#ifndef _AMD64_PHYSIO_PROC_H_
-#define _AMD64_PHYSIO_PROC_H_
+#ifndef _COMPAT_NETBSD_PHYSIO_PROC_H_
+#define _COMPAT_NETBSD_PHYSIO_PROC_H_
 #include <sys/queue.h>
 
 struct buf;
@@ -54,4 +54,4 @@
 	struct physio_proc *pp;
 {
 }
-#endif /* _AMD64_PHYSIO_PROC_H_ */
+#endif /* _COMPAT_NETBSD_PHYSIO_PROC_H_ */



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