mirror of
https://github.com/clearml/dropbear
synced 2025-03-12 06:41:20 +00:00
get rid of the substitution... We want a fixed identifier
--HG-- extra : convert_revision : d6b70dbcc1713663608033cb41cde196d44d4f2c
This commit is contained in:
parent
b601f68cda
commit
225452befc
@ -27,7 +27,7 @@
|
||||
|
||||
/* Taken from OpenSSH for use with the loginrec code */
|
||||
|
||||
/* RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $"); */
|
||||
/* RCSID("OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp "); */
|
||||
|
||||
#include "atomicio.h"
|
||||
|
||||
|
@ -150,7 +150,6 @@
|
||||
**
|
||||
**/
|
||||
|
||||
/*RCSID("$Id: loginrec.c,v 1.2 2004/05/04 10:17:43 matt Exp $");*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "loginrec.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
/* RCSID("$Id: loginrec.h,v 1.2 2004/05/04 10:17:43 matt Exp $"); */
|
||||
/* RCSID("Id: loginrec.h,v 1.2 2004/05/04 10:17:43 matt Exp "); */
|
||||
|
||||
/* The following #defines are from OpenSSH's defines.h, required for loginrec */
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
/*RCSID("$OpenBSD: progressmeter.c,v 1.15 2003/08/31 12:14:22 markus Exp $");*/
|
||||
/*RCSID("OpenBSD: progressmeter.c,v 1.15 2003/08/31 12:14:22 markus Exp ");*/
|
||||
|
||||
#include "progressmeter.h"
|
||||
#include "atomicio.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*RCSID("$OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp $");*/
|
||||
/*RCSID("OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp ");*/
|
||||
|
||||
/* For xmalloc, xfree etc:
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
@ -38,7 +38,7 @@
|
||||
* called by a name other than "ssh" or "Secure Shell".
|
||||
*/
|
||||
|
||||
/*RCSID("$OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp $");*/
|
||||
/*RCSID("OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp ");*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "scpmisc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user