summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strptime.c
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
commit58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3 (patch)
treeee19d604b38f08d225b97c81a641deba71f33d6b /lib/libc/stdtime/strptime.c
parent00f9b682956d9eda39f36dd9291d4313fc75025a (diff)
Notes
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
-rw-r--r--lib/libc/stdtime/strptime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c
index be844820df31..edb0d3c83d03 100644
--- a/lib/libc/stdtime/strptime.c
+++ b/lib/libc/stdtime/strptime.c
@@ -517,8 +517,8 @@ label:
char *
-strptime(const char *__restrict buf, const char *__restrict fmt,
- struct tm *__restrict tm)
+strptime(const char * __restrict buf, const char * __restrict fmt,
+ struct tm * __restrict tm)
{
char *ret;