diff options
author | 2016-03-20 03:01:57 +0000 | |
---|---|---|
committer | 2016-03-20 03:01:57 +0000 | |
commit | 70a1bc6e218bc166209d0a22fbdba091343a8661 (patch) | |
tree | 2d11c1a56c293cd4a681c79948f2f9696a6df63c /lib/libc | |
parent | Rearrange C runtime bits: now that ld.so exports environ and __progname, (diff) | |
download | wireguard-openbsd-70a1bc6e218bc166209d0a22fbdba091343a8661.tar.xz wireguard-openbsd-70a1bc6e218bc166209d0a22fbdba091343a8661.zip |
Add $OpenBSD line
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/dlfcn/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/dlfcn/init.c b/lib/libc/dlfcn/init.c index b12b7104fe9..c0589dffb1a 100644 --- a/lib/libc/dlfcn/init.c +++ b/lib/libc/dlfcn/init.c @@ -1,3 +1,4 @@ +/* $OpenBSD: init.c,v 1.2 2016/03/20 03:01:57 guenther Exp $ */ /* * Copyright (c) 2014,2015 Philip Guenther <guenther@openbsd.org> * |