diff options
author | 2017-03-03 08:56:18 +0000 | |
---|---|---|
committer | 2017-03-03 08:56:18 +0000 | |
commit | 9b46f5f95454c1f71cede603e2b7dc1412dc29c9 (patch) | |
tree | dfee59c38acc1b257dac507d861da02b8e88f144 | |
parent | Iterate over the global list of interfaces instead of using the global (diff) | |
download | wireguard-openbsd-9b46f5f95454c1f71cede603e2b7dc1412dc29c9.tar.xz wireguard-openbsd-9b46f5f95454c1f71cede603e2b7dc1412dc29c9.zip |
Delete "comspeed" which had been mistakenly added as a int value.
-rw-r--r-- | sys/arch/amd64/stand/efiboot/efiboot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efiboot/efiboot.c b/sys/arch/amd64/stand/efiboot/efiboot.c index 2134a3d24a6..efa371f2ecd 100644 --- a/sys/arch/amd64/stand/efiboot/efiboot.c +++ b/sys/arch/amd64/stand/efiboot/efiboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efiboot.c,v 1.16 2017/03/01 02:11:23 yasuoka Exp $ */ +/* $OpenBSD: efiboot.c,v 1.17 2017/03/03 08:56:18 yasuoka Exp $ */ /* * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net> @@ -494,7 +494,6 @@ efi_cons_getshifts(dev_t dev) } /* XXX: serial console is not supported yet */ -int comspeed = 9600; int com_addr = -1; int com_speed = -1; |