diff options
author | des <des@FreeBSD.org> | 2008-08-01 01:45:56 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-08-01 01:45:56 +0000 |
commit | d1eccf1850e7aacc4f877c9304de15c9792b0aeb (patch) | |
tree | ec1dccfbcd925b9fe0d42c73bcf67f50b7b8b056 /crypto | |
parent | 0afede05d8cbac3ce1f0cad26775cd3f3924641c (diff) | |
download | FreeBSD-src-d1eccf1850e7aacc4f877c9304de15c9792b0aeb.zip FreeBSD-src-d1eccf1850e7aacc4f877c9304de15c9792b0aeb.tar.gz |
Another four files without local changes. This is driving me nuts -
every time I think I got them all, another one pops up.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/auth-passwd.c | 1 | ||||
-rw-r--r-- | crypto/openssh/monitor.h | 1 | ||||
-rw-r--r-- | crypto/openssh/monitor_wrap.c | 1 | ||||
-rw-r--r-- | crypto/openssh/monitor_wrap.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssh/auth-passwd.c b/crypto/openssh/auth-passwd.c index a836591..be62837 100644 --- a/crypto/openssh/auth-passwd.c +++ b/crypto/openssh/auth-passwd.c @@ -37,7 +37,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include <sys/types.h> diff --git a/crypto/openssh/monitor.h b/crypto/openssh/monitor.h index e2a803e..464009a 100644 --- a/crypto/openssh/monitor.h +++ b/crypto/openssh/monitor.h @@ -1,5 +1,4 @@ /* $OpenBSD: monitor.h,v 1.14 2006/03/25 22:22:43 djm Exp $ */ -/* $FreeBSD$ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> diff --git a/crypto/openssh/monitor_wrap.c b/crypto/openssh/monitor_wrap.c index f98bdcc..3865539 100644 --- a/crypto/openssh/monitor_wrap.c +++ b/crypto/openssh/monitor_wrap.c @@ -26,7 +26,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include <sys/types.h> #include <sys/uio.h> diff --git a/crypto/openssh/monitor_wrap.h b/crypto/openssh/monitor_wrap.h index ffd6b79..329189c 100644 --- a/crypto/openssh/monitor_wrap.h +++ b/crypto/openssh/monitor_wrap.h @@ -1,5 +1,4 @@ /* $OpenBSD: monitor_wrap.h,v 1.20 2006/08/03 03:34:42 deraadt Exp $ */ -/* $FreeBSD$ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> |