Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libwrap/percent_x.c,v retrieving revision 1.4 retrieving revision 1.4.66.2 diff -u -p -r1.4 -r1.4.66.2 --- src/lib/libwrap/percent_x.c 1999/07/03 12:30:41 1.4 +++ src/lib/libwrap/percent_x.c 2012/04/23 23:40:41 1.4.66.2 @@ -1,4 +1,4 @@ -/* $NetBSD: percent_x.c,v 1.4 1999/07/03 12:30:41 simonb Exp $ */ +/* $NetBSD: percent_x.c,v 1.4.66.2 2012/04/23 23:40:41 riz Exp $ */ /* * percent_x() takes a string and performs % expansions. It aborts the @@ -17,7 +17,7 @@ #if 0 static char sccsid[] = "@(#) percent_x.c 1.4 94/12/28 17:42:37"; #else -__RCSID("$NetBSD: percent_x.c,v 1.4 1999/07/03 12:30:41 simonb Exp $"); +__RCSID("$NetBSD: percent_x.c,v 1.4.66.2 2012/04/23 23:40:41 riz Exp $"); #endif #endif