summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/sleep.c')
-rw-r--r--lib/libc/gen/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c
index e4c4fbdc494c7..1f57664f8f208 100644
--- a/lib/libc/gen/sleep.c
+++ b/lib/libc/gen/sleep.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)sleep.c 8.1 (Berkeley) 6/4/93";
#endif
static char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/lib/libc/gen/sleep.c,v 1.28.2.1 2000/03/18 23:13:24 jasone Exp $";
#endif /* LIBC_SCCS and not lint */
#include <errno.h>