Re: CVS commit: src

2011-08-20 Thread Emmanuel Dreyfus
NAKAJIMA Yoshihiro wrote: > > Add futimens(2) and part of utimnsat(2) > Isn't shlib_version bumped? Perhaps, but I must confess I do not know the rules for that. What are they? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz m...@netbsd.org

Re: CVS commit: src

2011-08-20 Thread NAKAJIMA Yoshihiro
On Wed, 17 Aug 2011 07:22:35 +, "Emmanuel Dreyfus" wrote: > Modified Files: > src/distrib/sets/lists/comp: mi > src/lib/libc/sys: Makefile.inc utimes.2 > src/sys/kern: syscalls.master vfs_syscalls.c > > Log Message: > Add futimens(2) and part of utimnsat(2) Isn't shlib_ver

Re: CVS commit: src/external/bsd/mdocml

2011-08-20 Thread Christos Zoulas
In article <20110819113153.ga5...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Fri, Aug 19, 2011 at 10:55:20AM +, Christos Zoulas wrote: >> Every project I know off makes changes locally first and then pushes >> them upstream. It is not practical to wait for upstream to be fixed >> first

Re: src/sys/modules/spdmem

2011-08-20 Thread Matthias Scheler
On Fri, Aug 19, 2011 at 07:49:55PM +1000, matthew green wrote: > > If it helped, then it would also be fine to change > > const char * format = "%s"; > > to > > const char * const format = "%s"; > > but it doesn't help. > > martin discovered that this one works: > >const char fmt[]