summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2003-07-22 00:17:11 +0000
committersilby <silby@FreeBSD.org>2003-07-22 00:17:11 +0000
commitf362d83f28aa785a737e4c9d9958d7dddfc4f37e (patch)
treed2004baab126090246269ebcc5a1b1d640b47740 /sys
parent46a9d5a70295e3d01b8a913d8326317bca75a3e4 (diff)
downloadFreeBSD-src-f362d83f28aa785a737e4c9d9958d7dddfc4f37e.zip
FreeBSD-src-f362d83f28aa785a737e4c9d9958d7dddfc4f37e.tar.gz
Fix apparent typo in previous commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index abdc0b2..040bfb7 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -165,7 +165,7 @@ int ttyprintf(struct tty *, const char *, ...) __printflike(2, 3);
int sscanf(const char *, char const *, ...) __nonnull(1) __nonnull(2);
int vsscanf(const char *, char const *, __va_list) __nonnull(1) __nonnull(2);
long strtol(const char *, char **, int) __nonnull(1) __nonnull(2);
-u_long strtoul(const char *, char **, int) __nonnull(1), __nonnull(2);
+u_long strtoul(const char *, char **, int) __nonnull(1) __nonnull(2);
quad_t strtoq(const char *, char **, int) __nonnull(1);
u_quad_t strtouq(const char *, char **, int) __nonnull(1);
void tprintf(struct proc *p, int pri, const char *, ...) __printflike(3, 4);
OpenPOWER on IntegriCloud