From fd78921f4fc89c25a95c6b1c1970a4ec4de7d352 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 4 Nov 2013 02:41:50 +0000 Subject: dlg missed the header change in the sensor task commit unbreaks the build --- sys/sys/sensors.h | 5 +++-- 1 file 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 @@ -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 */ -- cgit v1.2.3