1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 15:28:58 +00:00
parent 8988623bce
commit 2f4706e95c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22995
160 changed files with 198 additions and 162 deletions

View File

@ -1,5 +1,5 @@
# This is the Makefile for Taylor UUCP
# $FreeBSD$
# $Id$
# subdir 'sample' called by /usr/src/etc/Makefile
SUBDIR= libunix libuucp libuuconf \

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char chat_rcsid[] = "$FreeBSD$";
const char chat_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char conn_rcsid[] = "$FreeBSD$";
const char conn_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char copy_rcsid[] = "$FreeBSD$";
const char copy_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char log_rcsid[] = "$FreeBSD$";
const char log_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char prot_rcsid[] = "$FreeBSD$";
const char prot_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char util_rcsid[] = "$FreeBSD$";
const char util_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
# Makefile for uurate 1.10
#

View File

@ -493,10 +493,19 @@ X not scan the uucico log.
X
X
#if !defined(lint)
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#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
*
@ -1631,8 +1640,17 @@ sed 's/^X//' << 'SHAR_EOF' > 'uupoll/conf.h' &&
#ifndef CONF
X #define CONF
X
/* $FreeBSD$ */
/* $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
*
@ -1992,10 +2010,19 @@ X - No alias expansion is done on the given names.
*/
X
#if !defined(lint)
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#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
*

View File

@ -84,6 +84,15 @@
* 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
*
@ -142,7 +151,7 @@
* */
char version[] = "@(#) Taylor UUCP Log File Summary Filter, Version 1.2.2";
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#include <ctype.h> /* Character Classification */
#include <math.h>
#include "uucp.h"

View File

@ -1,4 +1,4 @@
''' $FreeBSD$
''' $Id$
.TH uurate 1
.SH NAME
uurate \- Report Taylor UUCP statistics

View File

@ -25,7 +25,7 @@
#include "uucp.h"
#if USE_RCS_ID
char uusnap_rcsid[] = "$FreeBSD$";
char uusnap_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -1,5 +1,5 @@
# Makefile for cu
# $FreeBSD$
# $Id$
BINDIR= $(bindir)
BINOWN= $(owner)

View File

@ -1,4 +1,4 @@
''' $FreeBSD$
''' $Id$
.TH cu 1 "Taylor UUCP 1.06"
.SH NAME
cu \- Call up another system

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char cu_rcsid[] = "$FreeBSD$";
const char cu_rcsid[] = "$Id$";
#endif
#include "cu.h"

View File

@ -1,5 +1,5 @@
# This subdirectory contains Unix specific support functions.
# $FreeBSD$
# $Id$
LIB= unix
SRCS = access.c addbas.c app3.c app4.c basnam.c bytfre.c corrup.c \

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char cusub_rcsid[] = "$FreeBSD$";
const char cusub_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char lock_rcsid[] = "$FreeBSD$";
const char lock_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char picksb_rcsid[] = "$FreeBSD$";
const char picksb_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -27,7 +27,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char pipe_rcsid[] = "$FreeBSD$";
const char pipe_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char serial_rcsid[] = "$FreeBSD$";
const char serial_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char spool_rcsid[] = "$FreeBSD$";
const char spool_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char statsb_rcsid[] = "$FreeBSD$";
const char statsb_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char tcp_rcsid[] = "$FreeBSD$";
const char tcp_rcsid[] = "$Id$";
#endif
#if HAVE_TCP

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char tli_rcsid[] = "$FreeBSD$";
const char tli_rcsid[] = "$Id$";
#endif
#if HAVE_TLI

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char work_rcsid[] = "$FreeBSD$";
const char work_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char xqtfil_rcsid[] = "$FreeBSD$";
const char xqtfil_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char xqtsub_rcsid[] = "$FreeBSD$";
const char xqtsub_rcsid[] = "$Id$";
#endif
#include "uudefs.h"

View File

@ -1,5 +1,5 @@
# This is the Makefile for the Taylor UUCP uuconf library
# $FreeBSD$
# $Id$
LIB= uuconf
SRCS = addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_addblk_rcsid[] = "$FreeBSD$";
const char _uuconf_addblk_rcsid[] = "$Id$";
#endif
#include "alloc.h"

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_addstr_rcsid[] = "$FreeBSD$";
const char _uuconf_addstr_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_allblk_rcsid[] = "$FreeBSD$";
const char _uuconf_allblk_rcsid[] = "$Id$";
#endif
#include "alloc.h"

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_alloc_rcsid[] = "$FreeBSD$";
const char _uuconf_alloc_rcsid[] = "$Id$";
#endif
#include "alloc.h"

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_base_rcsid[] = "$FreeBSD$";
const char _uuconf_base_rcsid[] = "$Id$";
#endif
/* This turns a cmdtab_offset table into a uuconf_cmdtab table. Each

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_bool_rcsid[] = "$FreeBSD$";
const char _uuconf_bool_rcsid[] = "$Id$";
#endif
/* Parse a boolean string into a variable. This is called by

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_callin_rcsid[] = "$FreeBSD$";
const char _uuconf_callin_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_calout_rcsid[] = "$FreeBSD$";
const char _uuconf_calout_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_chatc_rcsid[] = "$FreeBSD$";
const char _uuconf_chatc_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_cmdarg_rcsid[] = "$FreeBSD$";
const char _uuconf_cmdarg_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_cmdfil_rcsid[] = "$FreeBSD$";
const char _uuconf_cmdfil_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_cmdlin_rcsid[] = "$FreeBSD$";
const char _uuconf_cmdlin_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_debfil_rcsid[] = "$FreeBSD$";
const char _uuconf_debfil_rcsid[] = "$Id$";
#endif
/* Get the name of the UUCP debugging file. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_deblev_rcsid[] = "$FreeBSD$";
const char _uuconf_deblev_rcsid[] = "$Id$";
#endif
/* Get the UUCP debugging level. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_diacod_rcsid[] = "$FreeBSD$";
const char _uuconf_diacod_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_dial_rcsid[] = "$FreeBSD$";
const char _uuconf_dial_rcsid[] = "$Id$";
#endif
/* Find a dialer by name. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_diasub_rcsid[] = "$FreeBSD$";
const char _uuconf_diasub_rcsid[] = "$Id$";
#endif
/* Clear the information in a dialer. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_dnams_rcsid[] = "$FreeBSD$";
const char _uuconf_dnams_rcsid[] = "$Id$";
#endif
/* Get all known dialer names. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_errno_rcsid[] = "$FreeBSD$";
const char _uuconf_errno_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_errstr_rcsid[] = "$FreeBSD$";
const char _uuconf_errstr_rcsid[] = "$Id$";
#endif
static char *zeprint_num P((char *zbuf, size_t cbuf, int ival));

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_filnam_rcsid[] = "$FreeBSD$";
const char _uuconf_filnam_rcsid[] = "$Id$";
#endif
/* Return the saved file name. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_freblk_rcsid[] = "$FreeBSD$";
const char _uuconf_freblk_rcsid[] = "$Id$";
#endif
#include "alloc.h"

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_fredia_rcsid[] = "$FreeBSD$";
const char _uuconf_fredia_rcsid[] = "$Id$";
#endif
/* Free the memory allocated for a dialer. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_free_rcsid[] = "$FreeBSD$";
const char _uuconf_free_rcsid[] = "$Id$";
#endif
#include "alloc.h"

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_freprt_rcsid[] = "$FreeBSD$";
const char _uuconf_freprt_rcsid[] = "$Id$";
#endif
/* Free the memory allocated for a port. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_fresys_rcsid[] = "$FreeBSD$";
const char _uuconf_fresys_rcsid[] = "$Id$";
#endif
/* Free the memory allocated for a system. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_grdcmp_rcsid[] = "$FreeBSD$";
const char _uuconf_grdcmp_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hdial_rcsid[] = "$FreeBSD$";
const char _uuconf_hdial_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hdnams_rcsid[] = "$FreeBSD$";
const char _uuconf_hdnams_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hinit_rcsid[] = "$FreeBSD$";
const char _uuconf_hinit_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hlocnm_rcsid[] = "$FreeBSD$";
const char _uuconf_hlocnm_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hport_rcsid[] = "$FreeBSD$";
const char _uuconf_hport_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hrmunk_rcsid[] = "$FreeBSD$";
const char _uuconf_hrmunk_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hsinfo_rcsid[] = "$FreeBSD$";
const char _uuconf_hsinfo_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hsnams_rcsid[] = "$FreeBSD$";
const char _uuconf_hsnams_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hsys_rcsid[] = "$FreeBSD$";
const char _uuconf_hsys_rcsid[] = "$Id$";
#endif
/* Get system information from the HDB configuration files. This is a

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_hunk_rcsid[] = "$FreeBSD$";
const char _uuconf_hunk_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_iniglb_rcsid[] = "$FreeBSD$";
const char _uuconf_iniglb_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_init_rcsid[] = "$FreeBSD$";
const char _uuconf_init_rcsid[] = "$Id$";
#endif
/* Initialize the UUCP configuration file reading routines. This is

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_int_rcsid[] = "$FreeBSD$";
const char _uuconf_int_rcsid[] = "$Id$";
#endif
/* Parse a string into a variable. This is called by uuconf_cmd_args,

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_lckdir_rcsid[] = "$FreeBSD$";
const char _uuconf_lckdir_rcsid[] = "$Id$";
#endif
/* Get the name of the UUCP lock directory. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_lineno_rcsid[] = "$FreeBSD$";
const char _uuconf_lineno_rcsid[] = "$Id$";
#endif
/* Return the saved line number. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_llocnm_rcsid[] = "$FreeBSD$";
const char _uuconf_llocnm_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_local_rcsid[] = "$FreeBSD$";
const char _uuconf_local_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_locnm_rcsid[] = "$FreeBSD$";
const char _uuconf_locnm_rcsid[] = "$Id$";
#endif
/* Get the local node name. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_logfil_rcsid[] = "$FreeBSD$";
const char _uuconf_logfil_rcsid[] = "$Id$";
#endif
/* Get the name of the UUCP log file. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_maxuxq_rcsid[] = "$FreeBSD$";
const char _uuconf_maxuxq_rcsid[] = "$Id$";
#endif
/* Get the maximum number of simultaneous uuxqt executions. When

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_mrgblk_rcsid[] = "$FreeBSD$";
const char _uuconf_mrgblk_rcsid[] = "$Id$";
#endif
#include "alloc.h"

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_paramc_rcsid[] = "$FreeBSD$";
const char _uuconf_paramc_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_port_rcsid[] = "$FreeBSD$";
const char _uuconf_port_rcsid[] = "$Id$";
#endif
/* Find a port by name, baud rate, and special purpose function. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_prtsub_rcsid[] = "$FreeBSD$";
const char _uuconf_prtsub_rcsid[] = "$Id$";
#endif
/* Clear the information in a port. This can only clear the type

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_pubdir_rcsid[] = "$FreeBSD$";
const char _uuconf_pubdir_rcsid[] = "$Id$";
#endif
/* Get the name of the UUCP public directory. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_rdlocs_rcsid[] = "$FreeBSD$";
const char _uuconf_rdlocs_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_rdperm_rcsid[] = "$FreeBSD$";
const char _uuconf_rdperm_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_reliab_rcsid[] = "$FreeBSD$";
const char _uuconf_reliab_rcsid[] = "$Id$";
#endif
/* Handle the "seven-bit" command for a port or a dialer. The pvar

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_remunk_rcsid[] = "$FreeBSD$";
const char _uuconf_remunk_rcsid[] = "$Id$";
#endif
/* Get the name of the remote.unknown shell script. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_runuxq_rcsid[] = "$FreeBSD$";
const char _uuconf_runuxq_rcsid[] = "$Id$";
#endif
/* Return how often to spawn a uuxqt process. This is either a

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_sinfo_rcsid[] = "$FreeBSD$";
const char _uuconf_sinfo_rcsid[] = "$Id$";
#endif
/* Get information about a particular system. We combine the

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_snams_rcsid[] = "$FreeBSD$";
const char _uuconf_snams_rcsid[] = "$Id$";
#endif
/* Get all known system names. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_split_rcsid[] = "$FreeBSD$";
const char _uuconf_split_rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_spool_rcsid[] = "$FreeBSD$";
const char _uuconf_spool_rcsid[] = "$Id$";
#endif
/* Get the name of the UUCP spool directory. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_stafil_rcsid[] = "$FreeBSD$";
const char _uuconf_stafil_rcsid[] = "$Id$";
#endif
/* Get the name of the UUCP statistics file. */

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_strip_rcsid[] = "$FreeBSD$";
const char _uuconf_strip_rcsid[] = "$Id$";
#endif
/* Get information about what types of global information should be

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_syssub_rcsid[] = "$FreeBSD$";
const char _uuconf_syssub_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_tcalou_rcsid[] = "$FreeBSD$";
const char _uuconf_tcalou_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_tdial_rcsid[] = "$FreeBSD$";
const char _uuconf_tdial_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_tdialc_rcsid[] = "$FreeBSD$";
const char _uuconf_tdialc_rcsid[] = "$Id$";
#endif
static int idchat P((pointer pglobal, int argc, char **argv, pointer pvar,

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_tdnams_rcsid[] = "$FreeBSD$";
const char _uuconf_tdnams_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_tgcmp_rcsid[] = "$FreeBSD$";
const char _uuconf_tgcmp_rcsid[] = "$Id$";
#endif
/* A comparison function to pass to _uuconf_itime_parse. This

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_thread_rcsid[] = "$FreeBSD$";
const char _uuconf_thread_rcsid[] = "$Id$";
#endif
#include <errno.h>

View File

@ -26,7 +26,7 @@
#include "uucnfi.h"
#if USE_RCS_ID
const char _uuconf_time_rcsid[] = "$FreeBSD$";
const char _uuconf_time_rcsid[] = "$Id$";
#endif
#include <ctype.h>

Some files were not shown because too many files have changed in this diff Show More