summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/dirname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/dirname.c')
-rw-r--r--lib/libc/gen/dirname.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c
index 8bc9186..2ab2086 100644
--- a/lib/libc/gen/dirname.c
+++ b/lib/libc/gen/dirname.c
@@ -1,6 +1,3 @@
-/* $OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $ */
-/* $FreeBSD$ */
-
/*
* Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
* All rights reserved.
@@ -29,8 +26,11 @@
*/
#ifndef lint
+#if 0
static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
+#endif
#endif /* not lint */
+__FBSDID("$FreeBSD$");
#include <errno.h>
#include <libgen.h>
OpenPOWER on IntegriCloud