diff options
Diffstat (limited to 'sys/arch/mvmeppc/include')
-rw-r--r-- | sys/arch/mvmeppc/include/prom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/prom.h b/sys/arch/mvmeppc/include/prom.h index 21f76b68d6d..d53fab3b1b5 100644 --- a/sys/arch/mvmeppc/include/prom.h +++ b/sys/arch/mvmeppc/include/prom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.h,v 1.1 2001/06/26 21:57:48 smurph Exp $ */ +/* $OpenBSD: prom.h,v 1.2 2001/08/12 12:03:02 heko Exp $ */ /* * Copyright (c) 2001 Steve Murphree, Jr. * All rights reserved. @@ -373,4 +373,4 @@ struct mvmeprom_args { #ifndef RB_NOSYM #define RB_NOSYM 0x400 #endif -#endif __MACHINE_PROM_H__ +#endif /* __MACHINE_PROM_H__ */ |