diff options
author | 2004-07-17 20:38:43 +0000 | |
---|---|---|
committer | 2004-07-17 20:38:43 +0000 | |
commit | 05f229c1744c848d9c72d2f0132bd842fd34f1de (patch) | |
tree | 320810f9e4fcf75db009c700d5524a655fa68d31 | |
parent | Minor cleanups (remove duplicated extern lines, use (diff) | |
download | wireguard-openbsd-05f229c1744c848d9c72d2f0132bd842fd34f1de.tar.xz wireguard-openbsd-05f229c1744c848d9c72d2f0132bd842fd34f1de.zip |
add PD statement. Requested by espie@, OK millert@
-rw-r--r-- | lib/libc/gen/errno.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/errno.c b/lib/libc/gen/errno.c index 3c14afbe3c3..ddbe778702a 100644 --- a/lib/libc/gen/errno.c +++ b/lib/libc/gen/errno.c @@ -1,5 +1,7 @@ +/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ + #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: errno.c,v 1.3 2004/07/13 21:03:35 marc Exp $"; +static char rcsid[] = "$OpenBSD: errno.c,v 1.4 2004/07/17 20:38:43 marc Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> |