Module Name:    src
Committed By:   pgoyette
Date:           Tue May  2 05:17:56 UTC 2017

Modified Files:
        src/sys/external/bsd/ipf/netinet [prg-localcount2]: ip_fil_netbsd.c

Log Message:
Keep NetBSD version in sync with sys/params.h

XXX When localcount is finally committed to HEAD, it will need a version
XXX bump, so we'll need to make the bump here, too


To generate a diff of this commit:
cvs rdiff -u -r1.22.4.4 -r1.22.4.5 \
    src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c

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

Modified files:

Index: src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
diff -u src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c:1.22.4.4 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c:1.22.4.5
--- src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c:1.22.4.4	Sat Apr 29 11:12:15 2017
+++ src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c	Tue May  2 05:17:56 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip_fil_netbsd.c,v 1.22.4.4 2017/04/29 11:12:15 pgoyette Exp $	*/
+/*	$NetBSD: ip_fil_netbsd.c,v 1.22.4.5 2017/05/02 05:17:56 pgoyette Exp $	*/
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -8,7 +8,7 @@
 #if !defined(lint)
 #if defined(__NetBSD__)
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_fil_netbsd.c,v 1.22.4.4 2017/04/29 11:12:15 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_fil_netbsd.c,v 1.22.4.5 2017/05/02 05:17:56 pgoyette Exp $");
 #else
 static const char sccsid[] = "@(#)ip_fil.c	2.41 6/5/96 (C) 1993-2000 Darren Reed";
 static const char rcsid[] = "@(#)Id: ip_fil_netbsd.c,v 1.1.1.2 2012/07/22 13:45:17 darrenr Exp";
@@ -138,7 +138,7 @@ static  int     ipfpoll(dev_t, int event
 static	void	ipf_timer_func(void *ptr);
 
 const struct cdevsw ipl_cdevsw = {
-#if	(__NetBSD_Version__ >= 799007100)
+#if	(__NetBSD_Version__ >= 799007200)
 	DEVSW_MODULE_INIT
 #endif
 	.d_open = ipfopen,

Reply via email to