Module Name: src
Committed By: gdt
Date: Sat Jul 6 12:06:24 UTC 2013
Modified Files:
src/sys/arch/xen/xen: xen_ucode.c
Log Message:
Add #endif comments.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/xen/xen/xen_ucode.c
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/xen/xen/xen_ucode.c
diff -u src/sys/arch/xen/xen/xen_ucode.c:1.3 src/sys/arch/xen/xen/xen_ucode.c:1.4
--- src/sys/arch/xen/xen/xen_ucode.c:1.3 Wed Oct 17 20:19:55 2012
+++ src/sys/arch/xen/xen/xen_ucode.c Sat Jul 6 12:06:24 2013
@@ -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 @@ compat6_cpu_ucode_get_version(struct com
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 @@ compat6_cpu_ucode_apply(const struct com
sc->sc_blobsize = 0;
return error;
}
-#endif
+#endif /* COMPAT_60 */