summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2013-11-04 02:41:50 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2013-11-04 02:41:50 +0000
commitfd78921f4fc89c25a95c6b1c1970a4ec4de7d352 (patch)
tree9b09998328e7a32cc3b76120be2ac52087e97712
parent4ef733ab299ff4dd72b82364bc2bdad84e46b9aa (diff)
dlg missed the header change in the sensor task commit
unbreaks the build
-rw-r--r--sys/sys/sensors.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/sensors.h b/sys/sys/sensors.h
index 71a9299ac97..cf7de78e509 100644
--- a/sys/sys/sensors.h
+++ b/sys/sys/sensors.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sensors.h,v 1.32 2012/09/20 20:11:58 yuo Exp $ */
+/* $OpenBSD: sensors.h,v 1.33 2013/11/04 02:41:49 jsg Exp $ */
/*
* Copyright (c) 2003, 2004 Alexander Yurchenko <grange@openbsd.org>
@@ -164,7 +164,8 @@ int sensor_find(int, enum sensor_type, int, struct ksensor **);
/* task scheduling */
struct sensor_task;
-struct sensor_task *sensor_task_register(void *, void (*)(void *), int);
+struct sensor_task *sensor_task_register(void *, void (*)(void *),
+ unsigned int);
void sensor_task_unregister(struct sensor_task *);
#endif /* _KERNEL */