summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorespie <>2005-11-10 10:00:17 +0000
committerespie <>2005-11-10 10:00:17 +0000
commit5a2f7d77140bda97c9bbc2cf22250470c32a7b3e (patch)
tree3c65bc258dca0854e62827683011b3ed85ca5797 /src
parentc87e71071b16c9d60abc008bce875728e0b3d86a (diff)
downloadopenbsd-5a2f7d77140bda97c9bbc2cf22250470c32a7b3e.tar.gz
openbsd-5a2f7d77140bda97c9bbc2cf22250470c32a7b3e.tar.bz2
openbsd-5a2f7d77140bda97c9bbc2cf22250470c32a7b3e.zip
add $OpenBSD$ tags, as requested by dtucker.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/rresvport.c1
-rw-r--r--src/lib/libc/stdlib/strtoll.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libc/net/rresvport.c b/src/lib/libc/net/rresvport.c
index 98630ce3c7..ccc411500b 100644
--- a/src/lib/libc/net/rresvport.c
+++ b/src/lib/libc/net/rresvport.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: rresvport.c,v 1.9 2005/11/10 10:00:17 espie Exp $ */
1/* 2/*
2 * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved. 3 * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved.
3 * Copyright (c) 1983, 1993, 1994 4 * Copyright (c) 1983, 1993, 1994
diff --git a/src/lib/libc/stdlib/strtoll.c b/src/lib/libc/stdlib/strtoll.c
index b9ffc3d47a..37379252e3 100644
--- a/src/lib/libc/stdlib/strtoll.c
+++ b/src/lib/libc/stdlib/strtoll.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: strtoll.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */
1/*- 2/*-
2 * Copyright (c) 1992 The Regents of the University of California. 3 * Copyright (c) 1992 The Regents of the University of California.
3 * All rights reserved. 4 * All rights reserved.