diff options
author | 1997-11-07 15:56:33 +0000 | |
---|---|---|
committer | 1997-11-07 15:56:33 +0000 | |
commit | c3f6e9cfd772b1e25f8a333343749c37d1a1547d (patch) | |
tree | 8af5bfc9b0d5d29fec136fa9f42787de8efcc603 /sys/lib/libkern/anddi3.c | |
parent | $OpenBSD$ (diff) | |
download | wireguard-openbsd-c3f6e9cfd772b1e25f8a333343749c37d1a1547d.tar.xz wireguard-openbsd-c3f6e9cfd772b1e25f8a333343749c37d1a1547d.zip |
$OpenBSD$
Diffstat (limited to 'sys/lib/libkern/anddi3.c')
-rw-r--r-- | sys/lib/libkern/anddi3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/anddi3.c b/sys/lib/libkern/anddi3.c index 26ccf39d80b..b49f9d8aec6 100644 --- a/sys/lib/libkern/anddi3.c +++ b/sys/lib/libkern/anddi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: anddi3.c,v 1.2 1997/11/07 15:56:35 niklas Exp $ */ /* $NetBSD: anddi3.c,v 1.5 1995/10/07 09:26:15 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)anddi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: anddi3.c,v 1.5 1995/10/07 09:26:15 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: anddi3.c,v 1.2 1997/11/07 15:56:35 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ |