diff options
author | 2018-07-12 15:13:33 +0000 | |
---|---|---|
committer | 2018-07-12 15:13:33 +0000 | |
commit | 77d58d775476196b6528772661b3c0f524523524 (patch) | |
tree | a02616d4258ac4cbd6ca107ae614feccf7ce4c5a | |
parent | The vmctl start -I option was changed to -t. (diff) | |
download | wireguard-openbsd-77d58d775476196b6528772661b3c0f524523524.tar.xz wireguard-openbsd-77d58d775476196b6528772661b3c0f524523524.zip |
zap an extra newline
-rw-r--r-- | sys/arch/amd64/include/vmmvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/vmmvar.h b/sys/arch/amd64/include/vmmvar.h index 0bbe2aef46d..70299c1e11c 100644 --- a/sys/arch/amd64/include/vmmvar.h +++ b/sys/arch/amd64/include/vmmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmmvar.h,v 1.56 2018/07/12 10:15:44 mlarkin Exp $ */ +/* $OpenBSD: vmmvar.h,v 1.57 2018/07/12 15:13:33 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -444,7 +444,6 @@ struct vm_exit { struct vcpu_reg_state vrs; }; - struct vm_create_params { /* Input parameters to VMM_IOC_CREATE */ size_t vcp_nmemranges; |