diff options
author | 2015-07-18 07:49:16 +0000 | |
---|---|---|
committer | 2015-07-18 07:49:16 +0000 | |
commit | 96417ac076a4a68e2a074e679545045d7ea66ae7 (patch) | |
tree | c198a9e1f39442d70d05c66323f721ed93590979 | |
parent | identity isn't optional. (diff) | |
download | wireguard-openbsd-96417ac076a4a68e2a074e679545045d7ea66ae7.tar.xz wireguard-openbsd-96417ac076a4a68e2a074e679545045d7ea66ae7.zip |
Add RCS ID.
ok deraadt@
-rw-r--r-- | usr.bin/doas/doas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/doas/doas.h b/usr.bin/doas/doas.h index b6d0275196e..5385b0df594 100644 --- a/usr.bin/doas/doas.h +++ b/usr.bin/doas/doas.h @@ -1,3 +1,4 @@ +/* $OpenBSD: doas.h,v 1.2 2015/07/18 07:49:16 bcallah Exp $ */ struct rule { int action; |