diff options
author | 2015-12-12 21:07:45 +0000 | |
---|---|---|
committer | 2015-12-12 21:07:45 +0000 | |
commit | 103e85a916d1ed8887c9e705d60ecd2fbb94054c (patch) | |
tree | 861b465d6fb8dbc9d3c5126da07c1714e010bfb5 | |
parent | move initialization of buf up to quell warnings and make it obvious the err case is ok. (diff) | |
download | wireguard-openbsd-103e85a916d1ed8887c9e705d60ecd2fbb94054c.tar.xz wireguard-openbsd-103e85a916d1ed8887c9e705d60ecd2fbb94054c.zip |
Add OpenBSD CVS/RCS Ids.
mikeb@ doesn't like the Ids, "somebody else has to add them".
-rw-r--r-- | sys/dev/pv/xen.c | 2 | ||||
-rw-r--r-- | sys/dev/pv/xenreg.h | 2 | ||||
-rw-r--r-- | sys/dev/pv/xenstore.c | 2 | ||||
-rw-r--r-- | sys/dev/pv/xenvar.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/pv/xen.c b/sys/dev/pv/xen.c index bf35651fe3a..712a2671aac 100644 --- a/sys/dev/pv/xen.c +++ b/sys/dev/pv/xen.c @@ -1,3 +1,5 @@ +/* $OpenBSD: xen.c,v 1.14 2015/12/12 21:07:45 reyk Exp $ */ + /* * Copyright (c) 2015 Mike Belopuhov * diff --git a/sys/dev/pv/xenreg.h b/sys/dev/pv/xenreg.h index 2ad409c79c7..d3a694f3aa8 100644 --- a/sys/dev/pv/xenreg.h +++ b/sys/dev/pv/xenreg.h @@ -1,3 +1,5 @@ +/* $OpenBSD: xenreg.h,v 1.5 2015/12/12 21:07:45 reyk Exp $ */ + /* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/sys/dev/pv/xenstore.c b/sys/dev/pv/xenstore.c index 07f28c556ad..89d7c006150 100644 --- a/sys/dev/pv/xenstore.c +++ b/sys/dev/pv/xenstore.c @@ -1,3 +1,5 @@ +/* $OpenBSD: xenstore.c,v 1.7 2015/12/12 21:07:45 reyk Exp $ */ + /* * Copyright (c) 2015 Mike Belopuhov * diff --git a/sys/dev/pv/xenvar.h b/sys/dev/pv/xenvar.h index 8eb57df1364..2f1ff1e65d9 100644 --- a/sys/dev/pv/xenvar.h +++ b/sys/dev/pv/xenvar.h @@ -1,3 +1,5 @@ +/* $OpenBSD: xenvar.h,v 1.12 2015/12/12 21:07:45 reyk Exp $ */ + /* * Copyright (c) 2015 Mike Belopuhov * |