[Midnightbsd-cvs] src [12337] trunk/sys/sys/timeet.h: sync with FreeBSD 11-stable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 8 15:04:23 EST 2020
Revision: 12337
http://svnweb.midnightbsd.org/src/?rev=12337
Author: laffer1
Date: 2020-02-08 15:04:23 -0500 (Sat, 08 Feb 2020)
Log Message:
-----------
sync with FreeBSD 11-stable
Modified Paths:
--------------
trunk/sys/sys/timeet.h
Modified: trunk/sys/sys/timeet.h
===================================================================
--- trunk/sys/sys/timeet.h 2020-02-08 20:03:36 UTC (rev 12336)
+++ trunk/sys/sys/timeet.h 2020-02-08 20:04:23 UTC (rev 12337)
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD: stable/10/sys/sys/timeet.h 266347 2014-05-17 20:10:12Z ian $
+ * $FreeBSD: stable/11/sys/sys/timeet.h 331722 2018-03-29 02:50:57Z eadler $
*/
#ifndef _SYS_TIMEEC_H_
@@ -54,7 +54,7 @@
struct eventtimer {
SLIST_ENTRY(eventtimer) et_all;
/* Pointer to the next event timer. */
- char *et_name;
+ const char *et_name;
/* Name of the event timer. */
int et_flags;
/* Set of capabilities flags: */
More information about the Midnightbsd-cvs
mailing list