Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/prg-localcount2]: src/sys/external/bsd/ipf/netinet Keep NetBSD version i...
details: https://anonhg.NetBSD.org/src/rev/ee141582351b
branches: prg-localcount2
changeset: 823534:ee141582351b
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue May 02 05:17:56 2017 +0000
description:
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
diffstat:
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8f1fd6e4bca8 -r ee141582351b sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
--- a/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c Tue May 02 03:19:14 2017 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c Tue May 02 05:17:56 2017 +0000
@@ -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 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,
Home |
Main Index |
Thread Index |
Old Index