Module Name:    src
Committed By:   martin
Date:           Tue Sep 13 07:41:18 UTC 2016

Modified Files:
        src/sys/sys: param.h

Log Message:
Bump version for struct emul and do_sys_{send,recv}msg signature changes.
Welcome to 7.99.37!


To generate a diff of this commit:
cvs rdiff -u -r1.502 -r1.503 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.502 src/sys/sys/param.h:1.503
--- src/sys/sys/param.h:1.502	Sat Aug 20 12:37:09 2016
+++ src/sys/sys/param.h	Tue Sep 13 07:41:18 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.502 2016/08/20 12:37:09 hannken Exp $	*/
+/*	$NetBSD: param.h,v 1.503 2016/09/13 07:41:18 martin Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	799003600	/* NetBSD 7.99.36 */
+#define	__NetBSD_Version__	799003700	/* NetBSD 7.99.37 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to