summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2004-07-17 20:38:44 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2004-07-17 20:38:44 +0000
commit9c135ead40bb12a1f8e24882ade5db4c1004e036 (patch)
tree35b33faa277107b24b5eab291e40879c68efc115 /lib
parenta448e4d3c53efe32749cbce0628201ac7b897c40 (diff)
add PD statement. Requested by espie@, OK millert@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/errno.c4
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>