summaryrefslogtreecommitdiff
path: root/lib/libstand/sbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/sbrk.c')
-rw-r--r--lib/libstand/sbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/sbrk.c b/lib/libstand/sbrk.c
index b6245f96f8fc8..cc5626c06db31 100644
--- a/lib/libstand/sbrk.c
+++ b/lib/libstand/sbrk.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libstand/sbrk.c,v 1.4 2001/09/30 22:28:01 dillon Exp $");
/*
* Minimal sbrk() emulation required for malloc support.