Date: Fri, 5 Oct 2007 00:06:38 GMT From: "Constantine A. Murenin" <cnst@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 127204 for review Message-ID: <200710050006.l9506cJJ009104@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127204 Change 127204 by cnst@dale on 2007/10/05 00:06:34 SENSORS_DEBUG was only ever used for debugging lm(4) on FreeBSD, but it's not used anymore, so let's get rid of it Affected files ... .. //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#5 edit Differences ... ==== //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#5 (text+ko) ==== @@ -1,4 +1,4 @@ -/* $P4: //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#4 $ */ +/* $P4: //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#5 $ */ /* $FreeBSD$ */ /* $OpenBSD: sensors.h,v 1.23 2007/03/22 16:55:31 deraadt Exp $ */ @@ -31,8 +31,6 @@ #ifndef _SYS_SENSORS_H_ #define _SYS_SENSORS_H_ -#define SENSORS_DEBUG - /* Sensor types */ enum sensor_type { SENSOR_TEMP, /* temperature (muK) */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710050006.l9506cJJ009104>