Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/ipf/netinet Use __KERNEL_RCSID.



details:   https://anonhg.NetBSD.org/src/rev/b8d387611b10
branches:  trunk
changeset: 789961:b8d387611b10
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Sep 14 12:39:09 2013 +0000

description:
Use __KERNEL_RCSID.

diffstat:

 sys/external/bsd/ipf/netinet/ip_dstlist.c |  6 ++----
 sys/external/bsd/ipf/netinet/ip_nat6.c    |  6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 5f6ddba14857 -r b8d387611b10 sys/external/bsd/ipf/netinet/ip_dstlist.c
--- a/sys/external/bsd/ipf/netinet/ip_dstlist.c Sat Sep 14 12:18:06 2013 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_dstlist.c Sat Sep 14 12:39:09 2013 +0000
@@ -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 @@
 # 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 -r 5f6ddba14857 -r b8d387611b10 sys/external/bsd/ipf/netinet/ip_nat6.c
--- a/sys/external/bsd/ipf/netinet/ip_nat6.c    Sat Sep 14 12:18:06 2013 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_nat6.c    Sat Sep 14 12:39:09 2013 +0000
@@ -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 @@
 #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 *,



Home | Main Index | Thread Index | Old Index