diff options
author | 2006-01-06 19:04:41 +0000 | |
---|---|---|
committer | 2006-01-06 19:04:41 +0000 | |
commit | 43a180614f6b982cc9129783ac04622d7459e3cc (patch) | |
tree | b7ad06de737a45b2a3e727fbee5e872eb9955dc7 | |
parent | sync (diff) | |
download | wireguard-openbsd-43a180614f6b982cc9129783ac04622d7459e3cc.tar.xz wireguard-openbsd-43a180614f6b982cc9129783ac04622d7459e3cc.zip |
Add missing rcsid
-rw-r--r-- | sys/sys/stdint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/stdint.h b/sys/sys/stdint.h index fb5d501cbfa..45704424dc1 100644 --- a/sys/sys/stdint.h +++ b/sys/sys/stdint.h @@ -1,3 +1,5 @@ +/* $OpenBSD: stdint.h,v 1.2 2006/01/06 19:04:41 millert Exp $ */ + /* * Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> * |