Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Fix header guards.



details:   https://anonhg.NetBSD.org/src/rev/6340d5653f11
branches:  trunk
changeset: 787593:6340d5653f11
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jun 25 15:08:43 2013 +0000

description:
Fix header guards.

diffstat:

 sys/arch/amd64/include/kcore.h                        |  4 ++--
 sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a85d930e2b54 -r 6340d5653f11 sys/arch/amd64/include/kcore.h
--- a/sys/arch/amd64/include/kcore.h    Tue Jun 25 14:05:04 2013 +0000
+++ b/sys/arch/amd64/include/kcore.h    Tue Jun 25 15:08:43 2013 +0000
@@ -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 {
diff -r a85d930e2b54 -r 6340d5653f11 sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h
--- a/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h     Tue Jun 25 14:05:04 2013 +0000
+++ b/sys/external/isc/atheros_hal/dist/ar5416/ar5416desc.h     Tue Jun 25 15:08:43 2013 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index