PC-BSD/trueos 4045451lib/libc/sys getfh.2, sys/kern vfs_syscalls.c

Remove special case handling for getfhat(fd, NULL, handle).

There is no reason for it to behave differently from openat(fd, NULL).
Also the handling did not worked because the substituted path was from
the system address space, causing EFAULT.

Submitted by:   Jack Halford <jack at gandi.net>
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D18501
DeltaFile
+3-3lib/libc/sys/getfh.2
+2-2sys/kern/vfs_syscalls.c
+5-52 files

UnifiedSplitRaw