Module Name:    src
Committed By:   joerg
Date:           Tue Jun 25 15:08:43 UTC 2013

Modified Files:
        src/sys/arch/amd64/include: kcore.h
        src/sys/external/isc/atheros_hal/dist/ar5416: ar5416desc.h

Log Message:
Fix header guards.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/include/kcore.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/kcore.h
diff -u src/sys/arch/amd64/include/kcore.h:1.2 src/sys/arch/amd64/include/kcore.h:1.3
--- src/sys/arch/amd64/include/kcore.h:1.2	Wed Apr 16 21:51:03 2008
+++ src/sys/arch/amd64/include/kcore.h	Tue Jun 25 15:08:43 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: kcore.h,v 1.2 2008/04/16 21:51:03 cegger Exp $	*/
+/*	$NetBSD: kcore.h,v 1.3 2013/06/25 15:08:43 joerg Exp $	*/
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -35,7 +35,7 @@
  * Wasabi Systems, Inc.
  */
 
-#ifndef _AMD64KCORE_H_
+#ifndef _AMD64_KCORE_H_
 #define _AMD64_KCORE_H_
 
 typedef struct cpu_kcore_hdr {

Index: src/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h
diff -u src/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h:1.1.1.1 src/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h:1.2
--- src/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h:1.1.1.1	Thu Dec 11 04:46:50 2008
+++ src/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h	Tue Jun 25 15:08:43 2013
@@ -14,10 +14,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $Id: ar5416desc.h,v 1.1.1.1 2008/12/11 04:46:50 alc Exp $
+ * $Id: ar5416desc.h,v 1.2 2013/06/25 15:08:43 joerg Exp $
  */
 #ifndef _ATH_AR5416_DESC_H_
-#define _ATH_AR5416_DESC_H
+#define _ATH_AR5416_DESC_H_
 
 /*
  * Hardware-specific descriptor structures.

Reply via email to