Re: vfs posix compatibility change

2019-09-08 Thread Moritz Buhl
Any comments? July 22, 2019 8:23 PM, "Moritz Buhl" wrote: > Hi, > > here is another POSIX compatibility change I found while running > NetBSD system call tests: > > The incompatibilities can be reproduced with the followding comands: > `mv / foo` > mv: rename / to foo: Is a directory > `man 2

vfs posix compatibility change

2019-07-22 Thread Moritz Buhl
Hi, here is another POSIX compatibility change I found while running NetBSD system call tests: The incompatibilities can be reproduced with the followding comands: `mv / foo` mv: rename / to foo: Is a directory `man 2 rename` mentions EISDIR: [EISDIR] to is a directory, but from is not