Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/citrus Fix header guard, courtesy of clang.
details: https://anonhg.NetBSD.org/src/rev/b7ec50388244
branches: trunk
changeset: 787574:b7ec50388244
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Jun 24 17:28:35 2013 +0000
description:
Fix header guard, courtesy of clang.
diffstat:
lib/libc/citrus/citrus_csmapper.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r acee60df9f6a -r b7ec50388244 lib/libc/citrus/citrus_csmapper.h
--- a/lib/libc/citrus/citrus_csmapper.h Mon Jun 24 16:19:43 2013 +0000
+++ b/lib/libc/citrus/citrus_csmapper.h Mon Jun 24 17:28:35 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_csmapper.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */
+/* $NetBSD: citrus_csmapper.h,v 1.3 2013/06/24 17:28:35 joerg Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -27,7 +27,7 @@
*/
#ifndef _CITRUS_CSMAPPER_H_
-#define _CITRUS_CSMAPPER_H
+#define _CITRUS_CSMAPPER_H_
#define _citrus_csmapper _citrus_mapper
#define _citrus_csmapper_close _citrus_mapper_close
Home |
Main Index |
Thread Index |
Old Index