summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-11-10 10:00:18 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-11-10 10:00:18 +0000
commitfd873c1f6b17d9183785737a23e6bf4fa5ae847b (patch)
tree7cb1d3a25d4f0bb854f112a6d087f3730fd0ae93 /lib
parenta64ea0d752495bb303efdbc4951e3e269005be45 (diff)
add $OpenBSD$ tags, as requested by dtucker.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/rresvport.c1
-rw-r--r--lib/libc/stdlib/strtoll.c1
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.