kunlink - remove a filename from a directory entry
LIBRARY CALL
int kunlink(
const char *path)
INPUT
path - the path to the object ot be unlinked.
OUTPUT
none
RETURN VALUE
-1 or 0 depending on whether the
operation failed or succeeded.
DESCRIPTION
This function is used to unlink the kfile. Depending
on the different transport being used the behavior
will be different. For a file it unlinks the file, but
for a shared memory segment it initializes it before
using the shmctl() to destroy it.