diff options
author | 2014-10-07 11:28:59 +0000 | |
---|---|---|
committer | 2014-10-07 11:28:59 +0000 | |
commit | 8fc2e1b1f2b322796c13bb75dc6a4e8f1723a525 (patch) | |
tree | 558cc7fced3735fe8bd747510ffaa2ce6b29289b | |
parent | when running bpf on an outgoing vlan interface that doesnt have a (diff) | |
download | wireguard-openbsd-8fc2e1b1f2b322796c13bb75dc6a4e8f1723a525.tar.xz wireguard-openbsd-8fc2e1b1f2b322796c13bb75dc6a4e8f1723a525.zip |
zap duplicated line; Theo Buehler
-rw-r--r-- | sys/dev/acpi/acpithinkpad.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpithinkpad.c b/sys/dev/acpi/acpithinkpad.c index f914f998c3c..aea2e927716 100644 --- a/sys/dev/acpi/acpithinkpad.c +++ b/sys/dev/acpi/acpithinkpad.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpithinkpad.c,v 1.39 2014/10/05 01:31:12 deraadt Exp $ */ +/* $OpenBSD: acpithinkpad.c,v 1.40 2014/10/07 11:28:59 sthen Exp $ */ /* * Copyright (c) 2008 joshua stein <jcs@openbsd.org> * @@ -68,7 +68,6 @@ #define THINKPAD_BUTTON_HIBERNATE 0x100c #define THINKPAD_KEYLIGHT_CHANGED 0x101c #define THINKPAD_BUTTON_CONFIG 0x101d -#define THINKPAD_BUTTON_CONFIG 0x101d #define THINKPAD_BUTTON_FIND 0x101e #define THINKPAD_BUTTON_ALL_ACTIVEPROGS 0x101f #define THINKPAD_BUTTON_ALL_PROGS 0x1020 |