Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/xen Add #endif comments.



details:   https://anonhg.NetBSD.org/src/rev/a4367b85e437
branches:  trunk
changeset: 787832:a4367b85e437
user:      gdt <gdt%NetBSD.org@localhost>
date:      Sat Jul 06 12:06:24 2013 +0000

description:
Add #endif comments.

diffstat:

 sys/arch/xen/xen/xen_ucode.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 3e302f10fa87 -r a4367b85e437 sys/arch/xen/xen/xen_ucode.c
--- a/sys/arch/xen/xen/xen_ucode.c      Sat Jul 06 12:03:11 2013 +0000
+++ b/sys/arch/xen/xen/xen_ucode.c      Sat Jul 06 12:06:24 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_ucode.c,v 1.3 2012/10/17 20:19:55 drochner Exp $ */
+/* $NetBSD: xen_ucode.c,v 1.4 2013/07/06 12:06:24 gdt Exp $ */
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_ucode.c,v 1.3 2012/10/17 20:19:55 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_ucode.c,v 1.4 2013/07/06 12:06:24 gdt Exp $");
 
 #include "opt_cpu_ucode.h"
 #include "opt_compat_netbsd.h"
@@ -77,7 +77,7 @@
 
        return 0;
 }
-#endif
+#endif /* COMPAT_60 */
 
 int
 cpu_ucode_md_open(firmware_handle_t *fwh, int loader_version, const char *fwname)
@@ -146,4 +146,4 @@
        sc->sc_blobsize = 0;
        return error;
 }
-#endif
+#endif /* COMPAT_60 */



Home | Main Index | Thread Index | Old Index