Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Revert revs. 1.78/1.79 of namei.h and apply the chan...
details: https://anonhg.NetBSD.org/src/rev/86beac95f2a2
branches: trunk
changeset: 771584:86beac95f2a2
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Nov 25 16:51:43 2011 +0000
description:
Revert revs. 1.78/1.79 of namei.h and apply the change to namei.src instead.
(hi christos)
diffstat:
sys/sys/namei.src | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ff776f20d0f1 -r 86beac95f2a2 sys/sys/namei.src
--- a/sys/sys/namei.src Fri Nov 25 16:46:56 2011 +0000
+++ b/sys/sys/namei.src Fri Nov 25 16:51:43 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: namei.src,v 1.24 2011/04/24 18:46:24 rmind Exp $ */
+/* $NetBSD: namei.src,v 1.25 2011/11/25 16:51:43 dholland Exp $ */
/*
* Copyright (c) 1985, 1989, 1991, 1993
@@ -263,7 +263,8 @@
void nchreinit(void);
void cache_cpu_init(struct cpu_info *);
void cache_purgevfs(struct mount *);
-void namecache_print(struct vnode *, void (*)(const char *, ...));
+void namecache_print(struct vnode *, void (*)(const char *, ...)
+ __printflike(1, 2));
#endif
Home |
Main Index |
Thread Index |
Old Index