Module Name:    src
Committed By:   ozaki-r
Date:           Thu Dec 15 09:39:24 UTC 2016

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

Log Message:
Bump for move of bpf_mtap and if_ipackets++

Welcome to 7.99.49


To generate a diff of this commit:
cvs rdiff -u -r1.515 -r1.516 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.515 src/sys/sys/param.h:1.516
--- src/sys/sys/param.h:1.515	Wed Dec 14 15:48:55 2016
+++ src/sys/sys/param.h	Thu Dec 15 09:39:24 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.515 2016/12/14 15:48:55 hannken Exp $	*/
+/*	$NetBSD: param.h,v 1.516 2016/12/15 09:39:24 ozaki-r Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	799004800	/* NetBSD 7.99.48 */
+#define	__NetBSD_Version__	799004900	/* NetBSD 7.99.49 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to