From: Damien Miller Date: Wed, 27 Jan 2016 06:45:56 +0000 (+1100) Subject: avoid FreeBSD RCS Id in comment X-Git-Tag: V_7_2_P1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef4b0fdcc7a239577a754829b50022b91ab4712;p=thirdparty%2Fopenssh-portable.git avoid FreeBSD RCS Id in comment Change old $FreeBSD version string in comment so it doesn't become an RCS ident downstream; requested by des AT des.no --- diff --git a/auth-pam.c b/auth-pam.c index d94c8285b..8425af1ea 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -45,7 +45,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */ +/* Based on FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des */ + #include "includes.h" #include