Subject: CVS commit: src/sys/rump
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/25/2007 10:22:31
Module Name:	src
Committed By:	pooka
Date:		Sat Aug 25 10:22:31 UTC 2007

Modified Files:
	src/sys/rump: Makefile.rump
	src/sys/rump/fs/bin/fsconsole: fsconsole.c
	src/sys/rump/fs/lib/libp2k: p2k.c
	src/sys/rump/librump/rumpkern: Makefile auth.c rump.c rump.h

Log Message:
Don't play rename & typecast games with kauth_cred_t, but rather
declare the type in rump.h only if necessary with the help of ifdef
magic.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/rump/Makefile.rump
cvs rdiff -r1.4 -r1.5 src/sys/rump/fs/bin/fsconsole/fsconsole.c
cvs rdiff -r1.18 -r1.19 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.13 -r1.14 src/sys/rump/librump/rumpkern/Makefile \
    src/sys/rump/librump/rumpkern/rump.h
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/auth.c
cvs rdiff -r1.9 -r1.10 src/sys/rump/librump/rumpkern/rump.c

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