summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:19:54 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:19:54 +0000
commitcc28c79becc0c69f0d33337062166295c1f52d63 (patch)
tree027a1716b81de12e9d3735d93dcaf4b08ccb78af /lib/libc/gen/dirname.c
parenta92e32c6e92d43c510782860a055a2d736966c11 (diff)
Diffstat (limited to 'lib/libc/gen/dirname.c')
-rw-r--r--lib/libc/gen/dirname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c
index 56b75f63716e..f0330a1036d8 100644
--- a/lib/libc/gen/dirname.c
+++ b/lib/libc/gen/dirname.c
@@ -31,7 +31,7 @@ static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/gen/dirname.c,v 1.7.36.1 2010/12/21 17:10:29 kensmith Exp $");
#include <errno.h>
#include <libgen.h>