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 | |
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')
-rw-r--r-- | lib/libc/net/rresvport.c | 1 | ||||
-rw-r--r-- | lib/libc/stdlib/strtoll.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/net/rresvport.c b/lib/libc/net/rresvport.c index 98630ce3c73..ccc411500b8 100644 --- a/lib/libc/net/rresvport.c +++ b/lib/libc/net/rresvport.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rresvport.c,v 1.9 2005/11/10 10:00:17 espie Exp $ */ /* * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved. * Copyright (c) 1983, 1993, 1994 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. |