Split the __getcwd syscall into a kernel and an userland part, so it can be
authorEirik Nygaard <eirikn@dragonflybsd.org>
Sat, 5 Jun 2004 09:58:15 +0000 (09:58 +0000)
committerEirik Nygaard <eirikn@dragonflybsd.org>
Sat, 5 Jun 2004 09:58:15 +0000 (09:58 +0000)
commit63f58b904fd408312e78cd76b9a2846ba8af5992
tree43107c1ba60ef93b7125fe73801498288aaf832b
parentbca987e91ce54a729828d4562faf42f64ad47672
Split the __getcwd syscall into a kernel and an userland part, so it can be
used in the kernel as well.

Pointers by: Matthew Dillon <dillon@apollo.backplane.com>
sys/kern/vfs_cache.c
sys/sys/kern_syscall.h