Re: CVS commit: src/lib/libc/time

2013-12-14 Thread Martin Husemann
On Fri, Dec 13, 2013 at 05:34:47AM -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Fri Dec 13 10:34:47 UTC 2013 Modified Files: src/lib/libc/time: localtime.c Log Message: add a cast for sparc64 where int_fast32_t is long (should it be?), and

Re: CVS commit: src/lib/libc/time

2013-12-14 Thread Klaus Klein
Am 14.12.2013 um 12:32 schrieb Martin Husemann mar...@homeworld.netbsd.org: On Fri, Dec 13, 2013 at 05:34:47AM -0500, Christos Zoulas wrote: Module Name: src Committed By:christos Date:Fri Dec 13 10:34:47 UTC 2013 Modified Files: src/lib/libc/time: localtime.c

Re: CVS commit: src/sys/nfs

2013-12-14 Thread John Nemeth
On Dec 14, 11:19am, Christos Zoulas wrote: } Subject: CVS commit: src/sys/nfs } This is a multi-part message in MIME format. } } --_--=_138703796849810 } Content-Disposition: inline } Content-Transfer-Encoding: 8bit } Content-Type: text/plain; charset=US-ASCII } } Module Name: src }

Re: CVS commit: src/sys/nfs

2013-12-14 Thread Paul Goyette
On Sat, 14 Dec 2013, John Nemeth wrote: } case MODULE_CMD_FINI: } + if (netexport_hasexports()) } + return EBUSY; I thought the idea was only to disallow autounload when there were exports? This change will also disallow manual unloading. It was my

Re: CVS commit: [netbsd-5] src/doc

2013-12-14 Thread Erik Fair
Do any of these changes apply to netbsd-6 also? curious, Erik f...@netbsd.org