diff options
author | 2010-07-26 17:25:44 +0000 | |
---|---|---|
committer | 2010-07-26 17:25:44 +0000 | |
commit | 85b1a3ecd6b5a0b46ddda46feb3e748f722c45bc (patch) | |
tree | 55465c9a825874bb59653b1500aae9c71e4a623b | |
parent | - replace SP with sp calls. this was defined within cvs.1, but unsupported (diff) | |
download | wireguard-openbsd-85b1a3ecd6b5a0b46ddda46feb3e748f722c45bc.tar.xz wireguard-openbsd-85b1a3ecd6b5a0b46ddda46feb3e748f722c45bc.zip |
remove merge error which was commited
-rw-r--r-- | sys/dev/acpi/acpi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 4ba59f339a7..95bd0bf7586 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.188 2010/07/26 11:29:23 pirofti Exp $ */ +/* $OpenBSD: acpi.c,v 1.189 2010/07/26 17:25:44 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -2505,6 +2505,4 @@ acpikqfilter(dev_t dev, struct knote *kn) { return (1); } - ->>>>>>> 1.187 #endif /* SMALL_KERNEL */ |