diff options
author | 2005-11-10 10:00:17 +0000 | |
---|---|---|
committer | 2005-11-10 10:00:17 +0000 | |
commit | bb5b59a6b47c21a5ababbee161cb08b3c99b24ce (patch) | |
tree | 9b04f2735d1f9457870f6f2796ff69cce735ff4d /lib/libc/stdlib | |
parent | cut safte over to using the generic sensors kthread. (diff) | |
download | wireguard-openbsd-bb5b59a6b47c21a5ababbee161cb08b3c99b24ce.tar.xz wireguard-openbsd-bb5b59a6b47c21a5ababbee161cb08b3c99b24ce.zip |
add $OpenBSD$ tags, as requested by dtucker.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtoll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strtoll.c b/lib/libc/stdlib/strtoll.c index b9ffc3d47ad..37379252e36 100644 --- a/lib/libc/stdlib/strtoll.c +++ b/lib/libc/stdlib/strtoll.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strtoll.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */ /*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. |