Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / crypto / openssh / openbsd-compat / dirname.h
1 #ifndef HAVE_DIRNAME
2
3 char *dirname(const char *path);
4
5 #endif