Fix some $ Id$ in $ Log$ expansion problems. :-( (added spaces just in
case) Pointed out by: bde
This commit is contained in:
parent
a98e812bb8
commit
82247ed869
@ -493,22 +493,10 @@ X not scan the uucico log.
|
||||
X
|
||||
X
|
||||
#if !defined(lint)
|
||||
static char rcsid[] = "$Id$";
|
||||
static char rcsid[] = "$Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $";
|
||||
#endif /* not lint */
|
||||
X
|
||||
/* $Log: uupoll.shar,v $
|
||||
* Revision 1.3 1997/01/14 05:48:20 jkh
|
||||
* Make the long-awaited change from $Id$ to $Id$
|
||||
*
|
||||
* This will make a number of things easier in the future, as well as (finally!)
|
||||
* avoiding the Id-smashing problem which has plagued developers for so long.
|
||||
*
|
||||
* Boy, I'm glad we're not using sup anymore. This update would have been
|
||||
* insane otherwise.
|
||||
*
|
||||
* Revision 1.2 1995/08/19 21:24:34 ache
|
||||
* Commit delta: current -> 1.06 + FreeBSD configuration
|
||||
*
|
||||
X/* Log: uupoll.shar,v
|
||||
X * Revision 2.8 1994/04/14 17:22:54 kdburg
|
||||
X * corrected misspelled AT_OPTION
|
||||
X *
|
||||
@ -1640,20 +1628,8 @@ sed 's/^X//' << 'SHAR_EOF' > 'uupoll/conf.h' &&
|
||||
#ifndef CONF
|
||||
X #define CONF
|
||||
X
|
||||
/* $Id$ */
|
||||
/* $Log: uupoll.shar,v $
|
||||
* Revision 1.3 1997/01/14 05:48:20 jkh
|
||||
* Make the long-awaited change from $Id$ to $Id$
|
||||
*
|
||||
* This will make a number of things easier in the future, as well as (finally!)
|
||||
* avoiding the Id-smashing problem which has plagued developers for so long.
|
||||
*
|
||||
* Boy, I'm glad we're not using sup anymore. This update would have been
|
||||
* insane otherwise.
|
||||
*
|
||||
* Revision 1.2 1995/08/19 21:24:34 ache
|
||||
* Commit delta: current -> 1.06 + FreeBSD configuration
|
||||
*
|
||||
X/* $Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $ */
|
||||
X/* Log: uupoll.shar,v
|
||||
X * Revision 1.9 1994/04/14 17:24:58 kdburg
|
||||
X * added comment to the AT_OPTION
|
||||
X *
|
||||
@ -2010,22 +1986,10 @@ X - No alias expansion is done on the given names.
|
||||
*/
|
||||
X
|
||||
#if !defined(lint)
|
||||
static char rcsid[] = "$Id$";
|
||||
static char rcsid[] = "$Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $";
|
||||
#endif /* not lint */
|
||||
X
|
||||
/* $Log: uupoll.shar,v $
|
||||
* Revision 1.3 1997/01/14 05:48:20 jkh
|
||||
* Make the long-awaited change from $Id$ to $Id$
|
||||
*
|
||||
* This will make a number of things easier in the future, as well as (finally!)
|
||||
* avoiding the Id-smashing problem which has plagued developers for so long.
|
||||
*
|
||||
* Boy, I'm glad we're not using sup anymore. This update would have been
|
||||
* insane otherwise.
|
||||
*
|
||||
* Revision 1.2 1995/08/19 21:24:34 ache
|
||||
* Commit delta: current -> 1.06 + FreeBSD configuration
|
||||
*
|
||||
X/* Log: uupoll.shar,v
|
||||
X * Revision 2.7 1994/04/14 17:22:04 kdburg
|
||||
X * major rework done
|
||||
X *
|
||||
|
@ -83,19 +83,7 @@
|
||||
* - reapplied patch by Scott Boyd <scott@futures.com> that I did not
|
||||
* get knowledge of
|
||||
*/
|
||||
/* $Log: uurate.c,v $
|
||||
* Revision 1.5 1997/01/14 05:48:22 jkh
|
||||
* Make the long-awaited change from $Id$ to $Id$
|
||||
*
|
||||
* This will make a number of things easier in the future, as well as (finally!)
|
||||
* avoiding the Id-smashing problem which has plagued developers for so long.
|
||||
*
|
||||
* Boy, I'm glad we're not using sup anymore. This update would have been
|
||||
* insane otherwise.
|
||||
*
|
||||
* Revision 1.4 1995/08/19 21:24:38 ache
|
||||
* Commit delta: current -> 1.06 + FreeBSD configuration
|
||||
*
|
||||
/* Log: uurate.c,v
|
||||
* Revision 1.15 1994/04/07 21:47:11 kdburg
|
||||
* printed 'no data avail' while there was data; layout chnaged
|
||||
* (cosmetic only)
|
||||
@ -151,7 +139,7 @@
|
||||
* */
|
||||
|
||||
char version[] = "@(#) Taylor UUCP Log File Summary Filter, Version 1.2.2";
|
||||
static char rcsid[] = "$Id$";
|
||||
static char rcsid[] = "$Id: uurate.c,v 1.6 1997/02/22 15:27:02 peter Exp $";
|
||||
#include <ctype.h> /* Character Classification */
|
||||
#include <math.h>
|
||||
#include "uucp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user