On Mon, 11 Jan 2010, Kirk McKusick wrote:

Author: mckusick
Date: Mon Jan 11 20:44:05 2010
New Revision: 202113
URL: http://svn.freebsd.org/changeset/base/202113

Log:
 Background:

 When renaming a directory it passes through several intermediate
 states. First its new name will be created causing it to have two
 names (from possibly different parents). Next, if it has different
...
Modified:
 head/sys/compat/linux/linux_file.c
 head/sys/kern/vfs_syscalls.c
 head/sys/sys/syscallsubr.h
 head/sys/ufs/ffs/ffs_alloc.c
 head/sys/ufs/ffs/fs.h
 head/sys/ufs/ufs/ufs_lookup.c

it seesm this broke the build on amd64:

 34 /scratch/tmp/bz/HEAD.commit/sys/ufs/ffs/ffs_alloc.c: In function 
'sysctl_ffs_fsck':
 35 /scratch/tmp/bz/HEAD.commit/sys/ufs/ffs/ffs_alloc.c:2705: warning: cast to 
pointer from integer of different size


--
Bjoern A. Zeeb         It will not break if you know what you are doing.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to