On Sun, Jul 13, 2014 at 04:31:58PM +0200, Martin Husemann wrote:
> Why does lsof define _KERNEL ?
Let me rephrase: we provide the userland important stuff when either _KERNEL
or MAKEFS is defined - maybe MAKEFS should be renamed and lsof could use the
new define instead of _KERNEL.
MSDOSFS_MOUNT_
On Sun, Jul 13, 2014 at 04:15:47PM +0200, J. Hannken-Illjes wrote:
> Maybe a patch to lsof/dialects/n+obsd/dlsof.h like
>
> #if defined (NETBSDV)
> #define VFS_PROTOS(dummy) /**/
> #endif
>
> before including msdosfsmount.h?
Why does lsof define _KERNEL ?
Martin
On 13 Jul 2014, at 15:36, Joerg Sonnenberger wrote:
> On Tue, Jul 08, 2014 at 09:21:52AM +, Juergen Hannken-Illjes wrote:
>> Module Name: src
>> Committed By:hannken
>> Date:Tue Jul 8 09:21:52 UTC 2014
>>
>> Modified Files:
>> src/sys/fs/msdosfs: denode.h msdosf
On Tue, Jul 08, 2014 at 09:21:52AM +, Juergen Hannken-Illjes wrote:
> Module Name: src
> Committed By: hannken
> Date: Tue Jul 8 09:21:52 UTC 2014
>
> Modified Files:
> src/sys/fs/msdosfs: denode.h msdosfs_denode.c msdosfs_lookup.c
> msdosfs_vfsops.c msdosfs_vnops.c m