Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand/ofwboot Fix a tyop.
details: https://anonhg.NetBSD.org/src/rev/8ff4d799578a
branches: trunk
changeset: 765110:8ff4d799578a
user: hauke <hauke%NetBSD.org@localhost>
date: Thu May 19 15:18:29 2011 +0000
description:
Fix a tyop.
The intentions were good...
diffstat:
sys/arch/sparc/stand/ofwboot/boot.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d2c5eb711342 -r 8ff4d799578a sys/arch/sparc/stand/ofwboot/boot.h
--- a/sys/arch/sparc/stand/ofwboot/boot.h Thu May 19 15:07:16 2011 +0000
+++ b/sys/arch/sparc/stand/ofwboot/boot.h Thu May 19 15:18:29 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.h,v 1.7 2011/05/19 03:09:47 christos Exp $ */
+/* $NetBSD: boot.h,v 1.8 2011/05/19 15:18:29 hauke Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
extern void loadfile_set_allocator(int);
/* alloc.c */
-extern vois freeall(void);
+extern void freeall(void);
/* ofdev.c */
char *filename(char*, char*);
Home |
Main Index |
Thread Index |
Old Index