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
This commit is contained in:
parent
696d12683c
commit
5ef4b0fdcc
|
@ -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 <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue