Module Name:    src
Committed By:   dholland
Date:           Fri Nov 25 16:51:43 UTC 2011

Modified Files:
        src/sys/sys: namei.src

Log Message:
Revert revs. 1.78/1.79 of namei.h and apply the change to namei.src instead.
(hi christos)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/sys/namei.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/namei.src
diff -u src/sys/sys/namei.src:1.24 src/sys/sys/namei.src:1.25
--- src/sys/sys/namei.src:1.24	Sun Apr 24 18:46:24 2011
+++ src/sys/sys/namei.src	Fri Nov 25 16:51:43 2011
@@ -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	nchinit(void);
 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
 

Reply via email to