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:
parent
8988623bce
commit
2f4706e95c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22995
@ -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 \
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD$
|
||||
# $Id$
|
||||
# Makefile for uurate 1.10
|
||||
#
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
''' $FreeBSD$
|
||||
''' $Id$
|
||||
.TH uurate 1
|
||||
.SH NAME
|
||||
uurate \- Report Taylor UUCP statistics
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "uucp.h"
|
||||
#if USE_RCS_ID
|
||||
char uusnap_rcsid[] = "$FreeBSD$";
|
||||
char uusnap_rcsid[] = "$Id$";
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Makefile for cu
|
||||
# $FreeBSD$
|
||||
# $Id$
|
||||
|
||||
BINDIR= $(bindir)
|
||||
BINOWN= $(owner)
|
||||
|
@ -1,4 +1,4 @@
|
||||
''' $FreeBSD$
|
||||
''' $Id$
|
||||
.TH cu 1 "Taylor UUCP 1.06"
|
||||
.SH NAME
|
||||
cu \- Call up another system
|
||||
|
@ -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"
|
||||
|
@ -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 \
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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 \
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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));
|
||||
|
@ -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. */
|
||||
|
@ -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"
|
||||
|
@ -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. */
|
||||
|
@ -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"
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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. */
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user