summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-01-27 17:45:56 +1100
committerDamien Miller <djm@mindrot.org>2016-02-05 10:45:23 +1100
commit5ef4b0fdcc7a239577a754829b50022b91ab4712 (patch)
tree488e01492e77e6d6fecf829fd4c9714aa6e2f09a /auth-pam.c
parent696d12683c90d20a0a9c5f4275fc916b7011fb04 (diff)
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
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c3
1 files changed, 2 insertions, 1 deletions
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 @@
45 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 45 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46 */ 46 */
47 47
48/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */ 48/* Based on FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des */
49
49#include "includes.h" 50#include "includes.h"
50 51
51#include <sys/types.h> 52#include <sys/types.h>