Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys An extra paren in previous made compiler sad.
details: https://anonhg.NetBSD.org/src/rev/57894339add4
branches: trunk
changeset: 771539:57894339add4
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu Nov 24 16:16:49 2011 +0000
description:
An extra paren in previous made compiler sad.
diffstat:
sys/sys/malloc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e1e179b5d57 -r 57894339add4 sys/sys/malloc.h
--- a/sys/sys/malloc.h Thu Nov 24 16:11:02 2011 +0000
+++ b/sys/sys/malloc.h Thu Nov 24 16:16:49 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: malloc.h,v 1.109 2011/11/21 04:36:05 christos Exp $ */
+/* $NetBSD: malloc.h,v 1.110 2011/11/24 16:16:49 jakllsch Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -109,7 +109,7 @@
void debug_malloc_print(void);
void debug_malloc_printit(void (*)(const char *, ...)
- __printflike(1, 2), vaddr_t));
+ __printflike(1, 2), vaddr_t);
#endif /* MALLOC_DEBUG */
void *kern_realloc(void *, unsigned long, struct malloc_type *, int);
Home |
Main Index |
Thread Index |
Old Index