summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-07-26 17:25:44 +0000
committerderaadt <deraadt@openbsd.org>2010-07-26 17:25:44 +0000
commit85b1a3ecd6b5a0b46ddda46feb3e748f722c45bc (patch)
tree55465c9a825874bb59653b1500aae9c71e4a623b
parent- replace SP with sp calls. this was defined within cvs.1, but unsupported (diff)
downloadwireguard-openbsd-85b1a3ecd6b5a0b46ddda46feb3e748f722c45bc.tar.xz
wireguard-openbsd-85b1a3ecd6b5a0b46ddda46feb3e748f722c45bc.zip
remove merge error which was commited
-rw-r--r--sys/dev/acpi/acpi.c4
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 */