diff options
Diffstat (limited to 'lib/libc/gen/dirname.c')
-rw-r--r-- | lib/libc/gen/dirname.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c index 2ab2086..c46b32e 100644 --- a/lib/libc/gen/dirname.c +++ b/lib/libc/gen/dirname.c @@ -25,11 +25,13 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint #if 0 +#ifndef lint static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $"; -#endif #endif /* not lint */ +#endif + +#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <errno.h> |