diff options
Diffstat (limited to 'crypto/openssh/ssh_namespace.h')
-rw-r--r-- | crypto/openssh/ssh_namespace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/ssh_namespace.h b/crypto/openssh/ssh_namespace.h index f189228d10d22..456bdbb97030d 100644 --- a/crypto/openssh/ssh_namespace.h +++ b/crypto/openssh/ssh_namespace.h @@ -9,7 +9,7 @@ * * nm libssh.a | awk '$2 == "T" && $3 !~ /^ssh_/ { print "#define", $3, "ssh_" $3 }' * - * $FreeBSD$ + * $FreeBSD: src/crypto/openssh/ssh_namespace.h,v 1.1.2.2 2006/10/06 14:07:16 des Exp $ */ #define a2port ssh_a2port |