Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include cpu_uarea_free returns bool, not void



details:   https://anonhg.NetBSD.org/src/rev/e27238eac741
branches:  trunk
changeset: 772930:e27238eac741
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jan 21 21:49:50 2012 +0000

description:
cpu_uarea_free returns bool, not void

diffstat:

 sys/arch/alpha/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4dce143b5be7 -r e27238eac741 sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h      Sat Jan 21 21:44:03 2012 +0000
+++ b/sys/arch/alpha/include/cpu.h      Sat Jan 21 21:49:50 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.77 2011/06/14 07:53:29 matt Exp $ */
+/* $NetBSD: cpu.h,v 1.78 2012/01/21 21:49:50 matt Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -250,7 +250,7 @@
 
 int    badaddr(void *, size_t);
 void * cpu_uarea_alloc(bool);
-void   cpu_uarea_free(void *);
+bool   cpu_uarea_free(void *);
 
 #define        cpu_idle()      /* nothing */
 



Home | Main Index | Thread Index | Old Index