summaryrefslogtreecommitdiff
path: root/sys/external
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-09-14 12:39:09 +0000
committerjoerg <joerg@NetBSD.org>2013-09-14 12:39:09 +0000
commit16a034ebfbc3db8865dc7a896473e47fb0dbd883 (patch)
tree1997fb518d6b591bfcdadb375051ccbf17a380db /sys/external
parent8652b901acecd780a1ca5f961a6d1d1eea2b937a (diff)
Use __KERNEL_RCSID.
Diffstat (limited to 'sys/external')
-rw-r--r--sys/external/bsd/ipf/netinet/ip_dstlist.c6
-rw-r--r--sys/external/bsd/ipf/netinet/ip_nat6.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/external/bsd/ipf/netinet/ip_dstlist.c b/sys/external/bsd/ipf/netinet/ip_dstlist.c
index a23d4d88b5e..db820ef2eb0 100644
--- a/sys/external/bsd/ipf/netinet/ip_dstlist.c
+++ b/sys/external/bsd/ipf/netinet/ip_dstlist.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_dstlist.c,v 1.5 2012/12/03 18:30:25 christos Exp $ */
+/* $NetBSD: ip_dstlist.c,v 1.6 2013/09/14 12:39:09 joerg Exp $ */
/*
* Copyright (C) 2012 by Darren Reed.
@@ -72,9 +72,7 @@ struct file;
# include "md5.h"
#endif
-#if !defined(lint)
-static const char rcsid[] = "@(#)Id: ip_dstlist.c,v 1.1.1.2 2012/07/22 13:45:11 darrenr Exp";
-#endif
+__KERNEL_RCSID(0, "@(#)Id: ip_dstlist.c,v 1.1.1.2 2012/07/22 13:45:11 darrenr Exp");
typedef struct ipf_dstl_softc_s {
ippool_dst_t *dstlist[LOOKUP_POOL_SZ];
diff --git a/sys/external/bsd/ipf/netinet/ip_nat6.c b/sys/external/bsd/ipf/netinet/ip_nat6.c
index 62a31dce690..601cab69d0b 100644
--- a/sys/external/bsd/ipf/netinet/ip_nat6.c
+++ b/sys/external/bsd/ipf/netinet/ip_nat6.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_nat6.c,v 1.5 2013/09/14 12:03:10 martin Exp $ */
+/* $NetBSD: ip_nat6.c,v 1.6 2013/09/14 12:39:09 joerg Exp $ */
/*
* Copyright (C) 2012 by Darren Reed.
@@ -109,9 +109,7 @@ extern struct ifnet vpnif;
#undef SOCKADDR_IN
#define SOCKADDR_IN struct sockaddr_in
-#if !defined(lint)
-static const char rcsid[] = "@(#)Id: ip_nat6.c,v 1.1.1.2 2012/07/22 13:45:29 darrenr Exp";
-#endif
+__KERNEL_RCSID(0, "@(#)Id: ip_nat6.c,v 1.1.1.2 2012/07/22 13:45:29 darrenr Exp");
#ifdef USE_INET6
static struct hostmap *ipf_nat6_hostmap(ipf_nat_softc_t *, ipnat_t *,