diff options
author | 2013-06-02 21:08:19 +0000 | |
---|---|---|
committer | 2013-06-02 21:08:19 +0000 | |
commit | b3ef76c6f60acf391c3c7956ff363ae506426d9d (patch) | |
tree | 1a47cc2bf67a2997ca6d8f02e5ec6dd5caa4c98d /lib/libc | |
parent | typo in comment (diff) | |
download | wireguard-openbsd-b3ef76c6f60acf391c3c7956ff363ae506426d9d.tar.xz wireguard-openbsd-b3ef76c6f60acf391c3c7956ff363ae506426d9d.zip |
fix id, from brad
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/shm_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/shm_open.c b/lib/libc/gen/shm_open.c index 069baf73966..02cac2f2dac 100644 --- a/lib/libc/gen/shm_open.c +++ b/lib/libc/gen/shm_open.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: shm_open.c,v 1.2 2013/06/02 21:08:19 tedu Exp $ */ /* * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> * |