These two files have no local patches except to prevent expansion of the

original $FreeBSD$ keywords.  Revert those changes, and simply disable
keyword expansion.
This commit is contained in:
Dag-Erling Smørgrav 2008-08-01 01:30:26 +00:00
parent c0f198ca9b
commit 7396b2c4a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181103
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
/*
* Kerberos v5 authentication and ticket-passing routines.
*
* $xFreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp$
* $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp$
*/
/*
* Copyright (c) 2002 Daniel Kouril. All rights reserved.
@ -29,7 +29,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <pwd.h>

View File

@ -45,9 +45,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* Based on $xFreeBSD: 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 Exp $ */
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>