diff options
author | 1996-11-13 20:47:49 +0000 | |
---|---|---|
committer | 1996-11-13 20:47:49 +0000 | |
commit | b9e2e80479740532524dd2bc57b3c25837f4f68b (patch) | |
tree | 888a319b9b8d29657525a90d662b52370eac982f /lib/libc | |
parent | Sync with kernel, from NetBSD (diff) | |
download | wireguard-openbsd-b9e2e80479740532524dd2bc57b3c25837f4f68b.tar.xz wireguard-openbsd-b9e2e80479740532524dd2bc57b3c25837f4f68b.zip |
Move RCSid up
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/alpha/protolib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/alpha/protolib.h b/lib/libc/arch/alpha/protolib.h index d47867e4c9f..3e70b648f5d 100644 --- a/lib/libc/arch/alpha/protolib.h +++ b/lib/libc/arch/alpha/protolib.h @@ -1,3 +1,5 @@ +/* $OpenBSD: protolib.h,v 1.2 1996/11/13 20:47:49 niklas Exp $ */ + /* * Copyright (c) 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $OpenBSD: protolib.h,v 1.1 1996/03/25 23:31:17 tholo Exp $ */ #include <math.h> |