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 Remove SCCS prefix from RCS str...



details:   https://anonhg.NetBSD.org/src/rev/634ab3aa40f5
branches:  trunk
changeset: 795100:634ab3aa40f5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 01 15:19:29 2014 +0000

description:
Remove SCCS prefix from RCS string!

diffstat:

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

diffs (36 lines):

diff -r cec30db9231a -r 634ab3aa40f5 sys/external/bsd/ipf/netinet/ip_dstlist.c
--- a/sys/external/bsd/ipf/netinet/ip_dstlist.c Tue Apr 01 15:12:38 2014 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_dstlist.c Tue Apr 01 15:19:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_dstlist.c,v 1.6 2013/09/14 12:39:09 joerg Exp $     */
+/*     $NetBSD: ip_dstlist.c,v 1.7 2014/04/01 15:19:29 christos Exp $  */
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -72,7 +72,7 @@
 # include "md5.h"
 #endif
 
-__KERNEL_RCSID(0, "@(#)Id: ip_dstlist.c,v 1.1.1.2 2012/07/22 13:45:11 darrenr Exp");
+__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 cec30db9231a -r 634ab3aa40f5 sys/external/bsd/ipf/netinet/ip_nat6.c
--- a/sys/external/bsd/ipf/netinet/ip_nat6.c    Tue Apr 01 15:12:38 2014 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_nat6.c    Tue Apr 01 15:19:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_nat6.c,v 1.6 2013/09/14 12:39:09 joerg Exp $        */
+/*     $NetBSD: ip_nat6.c,v 1.7 2014/04/01 15:19:29 christos Exp $     */
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -109,7 +109,7 @@
 #undef SOCKADDR_IN
 #define        SOCKADDR_IN     struct sockaddr_in
 
-__KERNEL_RCSID(0, "@(#)Id: ip_nat6.c,v 1.1.1.2 2012/07/22 13:45:29 darrenr Exp");
+__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