summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/include/powerpc.h')
-rw-r--r--sys/arch/macppc/include/powerpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/powerpc.h b/sys/arch/macppc/include/powerpc.h
index 5af35ede048..4a34f0cd251 100644
--- a/sys/arch/macppc/include/powerpc.h
+++ b/sys/arch/macppc/include/powerpc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: powerpc.h,v 1.5 2002/09/15 02:02:43 deraadt Exp $ */
+/* $OpenBSD: powerpc.h,v 1.6 2002/09/15 09:01:58 deraadt Exp $ */
/* $NetBSD: powerpc.h,v 1.1 1996/09/30 16:34:30 ws Exp $ */
/*
@@ -70,7 +70,7 @@ struct firmware {
exit_f *exit;
boot_f *boot;
vmon_f *vmon;
-
+
#ifdef FW_HAS_PUTC
boot_f *putc;
#endif