$Header$ -> $FreeBSD$
This commit is contained in:
parent
ff8bb989ab
commit
a1a4f1a0d8
@ -1,4 +1,4 @@
|
||||
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.20 1999/04/03 22:52:35 obrien Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $FreeBSD$
|
||||
# Makefile for uurate 1.10
|
||||
#
|
||||
|
||||
|
@ -493,7 +493,7 @@ X not scan the uucico log.
|
||||
X
|
||||
X
|
||||
#if !defined(lint)
|
||||
static char rcsid[] = "$Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $";
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
X
|
||||
X/* Log: uupoll.shar,v
|
||||
@ -1628,7 +1628,7 @@ sed 's/^X//' << 'SHAR_EOF' > 'uupoll/conf.h' &&
|
||||
#ifndef CONF
|
||||
X #define CONF
|
||||
X
|
||||
X/* $Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $ */
|
||||
X/* $FreeBSD$ */
|
||||
X/* Log: uupoll.shar,v
|
||||
X * Revision 1.9 1994/04/14 17:24:58 kdburg
|
||||
X * added comment to the AT_OPTION
|
||||
@ -1986,7 +1986,7 @@ X - No alias expansion is done on the given names.
|
||||
*/
|
||||
X
|
||||
#if !defined(lint)
|
||||
static char rcsid[] = "$Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $";
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
X
|
||||
X/* Log: uupoll.shar,v
|
||||
|
@ -139,7 +139,7 @@
|
||||
* */
|
||||
|
||||
char version[] = "@(#) Taylor UUCP Log File Summary Filter, Version 1.2.2";
|
||||
static char rcsid[] = "$Id: uurate.c,v 1.6 1997/02/22 15:27:02 peter Exp $";
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#include <ctype.h> /* Character Classification */
|
||||
#include <math.h>
|
||||
#include "uucp.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
''' $Id$
|
||||
''' $FreeBSD$
|
||||
.TH uurate 1
|
||||
.SH NAME
|
||||
uurate \- Report Taylor UUCP statistics
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "uucp.h"
|
||||
#if USE_RCS_ID
|
||||
char uusnap_rcsid[] = "$Id$";
|
||||
char uusnap_rcsid[] = "$FreeBSD$";
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.10 1997/05/15 23:00:05 peter Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
# Written by Jörg Wunsch, 95/03/07, and placed in the public domain.
|
||||
#
|
||||
# $Id: easy-import.pl,v 1.13 1997/06/09 10:08:07 jmg Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
require "complete.pl";
|
||||
require "getopts.pl";
|
||||
@ -22,7 +22,7 @@ sub scan_opts
|
||||
|
||||
$dont_do_it = "-n" if $opt_n;
|
||||
if($opt_v) {
|
||||
print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.13 $' . "\n"; # 'emacs kludge
|
||||
print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.14 $' . "\n"; # 'emacs kludge
|
||||
exit 0;
|
||||
}
|
||||
die "usage: $0 [-v] [-n] [moduledir]\n" .
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/EXTERN.h,v 1.2 1995/05/30 05:02:26 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: EXTERN.h,v $
|
||||
* Revision 1.4 1998/01/21 14:37:12 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.2 1995/05/30 05:02:26 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/INTERN.h,v 1.2 1995/05/30 05:02:27 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: INTERN.h,v $
|
||||
* Revision 1.4 1998/01/21 14:37:12 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.2 1995/05/30 05:02:27 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/common.h,v 1.3 1995/05/30 05:02:30 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: common.h,v $
|
||||
* Revision 1.5 1998/01/21 14:37:16 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.3 1995/05/30 05:02:30 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/inp.c,v 1.6 1997/10/23 02:44:21 ache Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: inp.c,v $
|
||||
* Revision 1.8 1998/01/21 14:37:20 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.6 1997/10/23 02:44:21 ache
|
||||
* Add (unsigned char) cast to ctype macros
|
||||
*
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/inp.h,v 1.2 1995/05/30 05:02:33 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: inp.h,v $
|
||||
* Revision 1.4 1998/01/21 14:37:20 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.2 1995/05/30 05:02:33 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,8 +1,11 @@
|
||||
.\" -*- nroff -*-
|
||||
.rn '' }`
|
||||
'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/patch.1,v 1.8 1998/01/21 15:10:13 ache Exp $
|
||||
'\" $FreeBSD$
|
||||
'\"
|
||||
'\" $Log: patch.1,v $
|
||||
'\" Revision 1.9 1998/01/22 07:44:03 ache
|
||||
'\" Add PATCH_INDEX_FIRST environment variable to do the same as -I option
|
||||
'\"
|
||||
'\" Revision 1.8 1998/01/21 15:10:13 ache
|
||||
'\" Add -I or --index-first option to take Index: precedence over context diff,
|
||||
'\" as it was in hacked FreeBSD version
|
||||
|
@ -1,5 +1,5 @@
|
||||
char rcsid[] =
|
||||
"$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.13 1998/01/21 15:15:39 ache Exp $";
|
||||
"$FreeBSD$";
|
||||
|
||||
/* patch - a program to apply diffs to original files
|
||||
*
|
||||
@ -9,6 +9,9 @@ char rcsid[] =
|
||||
* money off of it, or pretend that you wrote it.
|
||||
*
|
||||
* $Log: patch.c,v $
|
||||
* Revision 1.14 1998/01/22 07:44:04 ache
|
||||
* Add PATCH_INDEX_FIRST environment variable to do the same as -I option
|
||||
*
|
||||
* Revision 1.13 1998/01/21 15:15:39 ache
|
||||
* Update usage line with new option
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.c,v 1.13 1998/01/21 14:37:23 ache Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: pch.c,v $
|
||||
* Revision 1.14 1998/01/21 15:10:14 ache
|
||||
* Add -I or --index-first option to take Index: precedence over context diff,
|
||||
* as it was in hacked FreeBSD version
|
||||
*
|
||||
* Revision 1.13 1998/01/21 14:37:23 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
@ -32,6 +36,10 @@
|
||||
*
|
||||
* Revision 1.8 1996/04/12 11:37:32 markm
|
||||
* Attempt to break a $Log: pch.c,v $
|
||||
* Attempt to break a Revision 1.14 1998/01/21 15:10:14 ache
|
||||
* Attempt to break a Add -I or --index-first option to take Index: precedence over context diff,
|
||||
* Attempt to break a as it was in hacked FreeBSD version
|
||||
* Attempt to break a
|
||||
* Attempt to break a Revision 1.13 1998/01/21 14:37:23 ache
|
||||
* Attempt to break a Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
* Attempt to break a
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.h,v 1.2 1995/05/30 05:02:36 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: pch.h,v $
|
||||
* Revision 1.4 1998/01/21 14:37:24 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.2 1995/05/30 05:02:36 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.3 1997/02/13 21:10:45 jmg Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: util.h,v $
|
||||
* Revision 1.5 1998/01/21 14:37:25 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.3 1997/02/13 21:10:45 jmg
|
||||
* Fix a problem with patch in that is will always default, even when the
|
||||
* controlling terminal is closed. Now the function ask() will return 1 when th
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/version.c,v 1.2 1995/05/30 05:02:39 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: version.c,v $
|
||||
* Revision 1.4 1998/01/21 14:37:26 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.2 1995/05/30 05:02:39 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/version.h,v 1.2 1995/05/30 05:02:40 rgrimes Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* $Log: version.h,v $
|
||||
* Revision 1.4 1998/01/21 14:37:27 ache
|
||||
* Resurrect patch 2.1 without FreeBSD Index: hack
|
||||
*
|
||||
* Revision 1.2 1995/05/30 05:02:40 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
%{
|
||||
/* $Revision: 1.2.8.3 $
|
||||
/* $Revision: 1.5 $
|
||||
**
|
||||
** Originally written by Steven M. Bellovin <smb@research.att.com> while
|
||||
** at the University of North Carolina at Chapel Hill. Later tweaked by
|
||||
@ -98,7 +98,7 @@ extern struct tm *localtime();
|
||||
|
||||
#if !defined(lint) && !defined(SABER)
|
||||
static char RCS[] =
|
||||
"$Header: /home/ncvs/src/gnu/usr.bin/tar/getdate.y,v 1.2.8.3 1999/01/13 06:27:34 danny Exp $";
|
||||
"$FreeBSD$";
|
||||
#endif /* !defined(lint) && !defined(SABER) */
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _STRHASH_H_INCLUDE
|
||||
#define _STRHASH_H_INCLUDE
|
||||
|
||||
/* $Header: /home/ncvs/src/include/strhash.h,v 1.1 1995/03/26 10:12:53 jkh Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
% lib/psdit.pro -- prolog for psdit (ditroff) files
|
||||
% Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved.
|
||||
% last edit: shore Sat Nov 23 20:28:03 1985
|
||||
% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $
|
||||
% RCSID: $FreeBSD$
|
||||
|
||||
% Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics,
|
||||
% 17 Feb, 87.
|
||||
|
@ -7,7 +7,7 @@
|
||||
% lib/psdit.pro -- prolog for psdit (ditroff) files
|
||||
% Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved.
|
||||
% last edit: shore Sat Nov 23 20:28:03 1985
|
||||
% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $
|
||||
% RCSID: $FreeBSD$
|
||||
|
||||
% Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics,
|
||||
% 17 Feb, 87.
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/* from static char sccsid[] = "@(#)crypt.c 5.11 (Berkeley) 6/25/91"; */
|
||||
static char rcsid[] = "$Header: /home/ncvs/src/lib/libc/gen/crypt.c,v 1.3 1995/05/30 05:40:10 rgrimes Exp $";
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef lint
|
||||
static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.5 1995/10/22 14:53:17 phk Exp $";
|
||||
static char *rcsid = "$FreeBSD$";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -37,6 +37,10 @@ static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.5 19
|
||||
|
||||
/*
|
||||
* $Log: strhash.c,v $
|
||||
* Revision 1.6 1996/01/13 14:25:04 jkh
|
||||
* Return pointer to new hash node when search inserts it (e.g. there
|
||||
* was some datum given).
|
||||
*
|
||||
* Revision 1.5 1995/10/22 14:53:17 phk
|
||||
* Mino cleanup, #includes & unused vars.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" Copyright (c) 1988 Massachusetts Institute of Technology,
|
||||
.\" Student Information Processing Board. All rights reserved.
|
||||
.\"
|
||||
.\" $Header$
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.TH COM_ERR 3 "22 Nov 1988" SIPB
|
||||
.SH NAME
|
||||
|
@ -1,6 +1,6 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@c $Header: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
|
||||
@c $FreeBSD$
|
||||
@c $Source: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v $
|
||||
|
||||
@c Note that although this source file is in texinfo format (more
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
|
||||
* $FreeBSD$
|
||||
* $Source: /home/ncvs/src/lib/libcom_err/error_message.c,v $
|
||||
* $Locker: $
|
||||
*
|
||||
@ -16,7 +16,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
static const char rcsid[] =
|
||||
"$Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $";
|
||||
"$FreeBSD$";
|
||||
static const char copyright[] =
|
||||
"Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology";
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
static const char copyright[] =
|
||||
"Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology";
|
||||
static const char rcsid_et_name_c[] =
|
||||
"$Header: et_name.c,v 1.7 89/01/01 06:14:56 raeburn Exp $";
|
||||
"$FreeBSD$";
|
||||
#endif
|
||||
|
||||
static const char char_set[] =
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* $Header: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
|
||||
* $Source: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v $
|
||||
* $FreeBSD$
|
||||
* $Source: /home/ncvs/src/lib/libcom_err/init_et.c,v $
|
||||
* $Locker: $
|
||||
*
|
||||
* Copyright 1986, 1987, 1988 by MIT Information Systems and
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid_init_et_c[] =
|
||||
"$Header: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $";
|
||||
"$FreeBSD$";
|
||||
#endif
|
||||
|
||||
struct foobar {
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.9 1999/01/23 08:27:36 markm Exp $";
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Header: /home/ncvs/src/lib/libncurses/TESTS/newdemo.c,v 1.1.1.1 1994/10/07 08:58:56 ache Exp $
|
||||
/* $FreeBSD$
|
||||
*
|
||||
* newdemo.c - A demo program using PDCurses. The program illustrate
|
||||
* the use of colours for text output.
|
||||
|
@ -15,7 +15,8 @@
|
||||
|
||||
#if 0
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.5 1999/01/23 08:26:01 markm Exp $";
|
||||
static const char rcsid[] =
|
||||
"$FreeBSD$";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#endif
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" Copyright (c) 1988 Massachusetts Institute of Technology,
|
||||
.\" Student Information Processing Board. All rights reserved.
|
||||
.\"
|
||||
.\" $Header: /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.1 1995/01/14 22:29:30 wollman Exp $
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 22, 1988
|
||||
.Os
|
||||
|
@ -26,7 +26,7 @@ static const char copyright[] =
|
||||
"Copyright 1987,1988 by MIT Student Information Processing Board";
|
||||
|
||||
static const char rcsid_compile_et_c[] =
|
||||
"$Header: /home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.5 1998/12/15 12:20:27 des Exp $";
|
||||
"$FreeBSD$";
|
||||
#endif
|
||||
|
||||
extern char *gensym();
|
||||
|
@ -74,7 +74,7 @@ description : QUOTED_STRING
|
||||
|
||||
#ifndef lint
|
||||
static char const rcsid_error_table_y[] =
|
||||
"$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.3 1995/03/15 19:05:28 wpaul Exp $";
|
||||
"$FreeBSD$";
|
||||
#endif
|
||||
|
||||
void *malloc(), *realloc();
|
||||
|
@ -22,5 +22,5 @@ end return END;
|
||||
. { return (*yytext); }
|
||||
%%
|
||||
#ifndef lint
|
||||
static char rcsid_et_lex_lex_l[] = "$Header: /home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.2 1995/01/14 22:29:33 wollman Exp $";
|
||||
static char rcsid_et_lex_lex_l[] = "$FreeBSD$";
|
||||
#endif
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
|
||||
* $Log: compress.c,v $
|
||||
* $FreeBSD$
|
||||
* $Log: revision.log,v $
|
||||
* Revision 1.1.1.1 1994/05/27 12:30:59 rgrimes
|
||||
* BSD 4.4 Lite Usr.bin Sources
|
||||
*
|
||||
* Revision 4.0 85/07/30 12:50:00 joe
|
||||
* Removed ferror() calls in output routine on every output except first.
|
||||
* Prepared for release to the world.
|
||||
@ -113,4 +116,4 @@
|
||||
*/
|
||||
|
||||
static char rcs_ident[] =
|
||||
"$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
|
||||
"$FreeBSD$";
|
||||
|
@ -37,14 +37,14 @@
|
||||
| Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon
|
||||
| All are rights reserved.
|
||||
|
|
||||
| $Header: /home/ncvs/src/usr.bin/ee/doc/new_curse.c,v 1.1.1.1 1995/08/30 07:28:06 jkh Exp $
|
||||
| $FreeBSD$
|
||||
|
|
||||
*/
|
||||
|
||||
char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon",
|
||||
"All rights are reserved."};
|
||||
|
||||
char * new_curse_name= "@(#) new_curse.c $Revision: 1.1.1.1 $";
|
||||
char * new_curse_name= "@(#) new_curse.c $Revision: 1.2 $";
|
||||
|
||||
#include "new_curse.h"
|
||||
#include <signal.h>
|
||||
|
@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
|
||||
$
|
||||
$ For ee patchlevel 3
|
||||
$
|
||||
$ $Header: /home/ncvs/src/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg,v 1.2 1997/09/27 10:31:27 wosch Exp $
|
||||
$ $FreeBSD$
|
||||
$
|
||||
$set 1
|
||||
$quote "
|
||||
|
@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
|
||||
$
|
||||
$ For ee patchlevel 3
|
||||
$
|
||||
$ $Header: /home/ncvs/src/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg,v 1.2 1997/09/27 10:31:27 wosch Exp $
|
||||
$ $FreeBSD$
|
||||
$
|
||||
$set 1
|
||||
$quote "
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Header: /b/source/CVS/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PROG = getopt
|
||||
|
@ -1,4 +1,4 @@
|
||||
// $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $
|
||||
// $FreeBSD$
|
||||
|
||||
// FlexLexer.h -- define interfaces for lexical analyzer classes generated
|
||||
// by flex
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
/* #undef const */
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.1.1.2 1996/06/19 20:26:04 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* A lexical scanner generated by flex */
|
||||
|
||||
/* Scanner skeleton version:
|
||||
* $Header: /home/ncvs/src/usr.bin/lex/flex.skl,v 1.1.1.2 1996/06/19 20:26:06 nate Exp $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define FLEX_SCANNER
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* @(#) $Header: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.1.1.2 1996/06/19 20:26:08 nate Exp $ (LBL) */
|
||||
/* @(#) $FreeBSD$ (LBL) */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/gen.c,v 1.1.1.2 1996/06/19 20:26:10 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* A lexical scanner generated by flex */
|
||||
|
||||
/* Scanner skeleton version:
|
||||
* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3 1996/06/19 20:47:13 nate Exp $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define FLEX_SCANNER
|
||||
@ -1270,7 +1270,7 @@ char *yytext;
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3 1996/06/19 20:47:13 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
#include "parse.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* libmain - flex run-time support library "main" function */
|
||||
|
||||
/* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
extern int yylex();
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* libyywrap - flex run-time support library "yywrap" function */
|
||||
|
||||
/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
int yywrap()
|
||||
{
|
||||
|
@ -32,7 +32,7 @@ char copyright[] =
|
||||
All rights reserved.\n";
|
||||
#endif /* not lint */
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.3 1996/06/19 20:47:29 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
|
||||
#include "flexdef.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/misc.c,v 1.1.1.2 1996/06/19 20:26:19 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/nfa.c,v 1.1.1.2 1996/06/19 20:26:24 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
|
||||
/* Some versions of bison are broken in that they use alloca() but don't
|
||||
|
@ -27,7 +27,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/scan.l,v 1.2 1996/06/19 22:25:32 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
#include "parse.h"
|
||||
|
@ -6,7 +6,7 @@ const char *skel[] = {
|
||||
"/* A lexical scanner generated by flex */",
|
||||
"",
|
||||
"/* Scanner skeleton version:",
|
||||
" * $Header: /home/ncvs/src/usr.bin/lex/skel.c,v 1.1.1.2 1996/06/19 20:26:34 nate Exp $",
|
||||
" * $FreeBSD$",
|
||||
" */",
|
||||
"",
|
||||
"#define FLEX_SCANNER",
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/sym.c,v 1.1.1.2 1996/06/19 20:26:39 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.1.1.2 1996/06/19 20:26:43 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "flexdef.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* $Header: /home/ncvs/src/usr.bin/lex/yylex.c,v 1.1.1.2 1996/06/19 20:26:46 nate Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <ctype.h>
|
||||
#include "flexdef.h"
|
||||
|
@ -36,7 +36,7 @@ static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
* $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.1.1.1 1994/05/27 12:32:25 rgrimes Exp $
|
||||
* $FreeBSD$
|
||||
* $Source: /home/ncvs/src/usr.bin/netstat/iso.c,v $
|
||||
*/
|
||||
/*******************************************************************************
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: pccardq.c,v 1.2 1999/06/08 15:18:52 koie Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
@ -34,10 +34,15 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/kbdio/Attic/kbdio.y,v 1.2 1995/04/01 17:16:26 joerg Exp $"
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
/*
|
||||
* $Log: kbdio.y,v $
|
||||
* Revision 1.4 1999/01/01 08:31:58 peter
|
||||
* Part 4 of pcvt/voxware revival: pcvt userland
|
||||
*
|
||||
* Reviewed by: core
|
||||
*
|
||||
* Revision 1.2 1995/04/01 17:16:26 joerg
|
||||
* Update pcvt to 3.20b23
|
||||
*
|
||||
|
@ -33,10 +33,15 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/kbdio/Attic/lex.l,v 1.2 1995/04/01 17:16:27 joerg Exp $"
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
/*
|
||||
* $Log: lex.l,v $
|
||||
* Revision 1.4 1999/01/01 08:31:58 peter
|
||||
* Part 4 of pcvt/voxware revival: pcvt userland
|
||||
*
|
||||
* Reviewed by: core
|
||||
*
|
||||
* Revision 1.2 1995/04/01 17:16:27 joerg
|
||||
* Update pcvt to 3.20b23
|
||||
*
|
||||
|
@ -20,7 +20,7 @@
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*
|
||||
* $Header: /home/ncvs/src/usr.sbin/pcvt/set2061/Attic/compiler.h,v 1.2 1995/05/30 03:49:45 rgrimes Exp $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
|
||||
|
@ -33,10 +33,15 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/vgaio/Attic/lex.l,v 1.1.1.1 1995/02/05 13:49:23 jkh Exp $"
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
/*
|
||||
* $Log: lex.l,v $
|
||||
* Revision 1.3 1999/01/01 08:32:05 peter
|
||||
* Part 4 of pcvt/voxware revival: pcvt userland
|
||||
*
|
||||
* Reviewed by: core
|
||||
*
|
||||
* Revision 1.1.1.1 1995/02/05 13:49:23 jkh
|
||||
* PCVT userland utilities.
|
||||
* Submitted by: hm
|
||||
|
@ -33,10 +33,15 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/vgaio/Attic/vgaio.y,v 1.1.1.1 1995/02/05 13:49:24 jkh Exp $"
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
/*
|
||||
* $Log: vgaio.y,v $
|
||||
* Revision 1.3 1999/01/01 08:32:05 peter
|
||||
* Part 4 of pcvt/voxware revival: pcvt userland
|
||||
*
|
||||
* Reviewed by: core
|
||||
*
|
||||
* Revision 1.1.1.1 1995/02/05 13:49:24 jkh
|
||||
* PCVT userland utilities.
|
||||
* Submitted by: hm
|
||||
|
@ -2,8 +2,11 @@
|
||||
#$FreeBSD$
|
||||
#
|
||||
#$Log: tkpkg,v $
|
||||
#Revision 1.5 1999/08/28 01:17:54 peter
|
||||
#$Id$ -> $FreeBSD$
|
||||
#
|
||||
#Revision 1.4 1997/02/22 16:09:13 peter
|
||||
#Revert $FreeBSD$ to $Id$
|
||||
#Revert $FreeBSD$ to $FreeBSD$
|
||||
#
|
||||
#Revision 1.3 1997/01/14 07:14:23 jkh
|
||||
#Make the long-awaited change from $FreeBSD$
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
#if !defined(lint) && !defined(__GNUC__)
|
||||
static char rcsid[] =
|
||||
"@(#)$Header: /home/ncvs/src/usr.sbin/tcpdump/tcpslice/gwtm2secs.c,v 1.2 1995/03/08 12:53:38 olah Exp $ (LBL)";
|
||||
"@(#)$FreeBSD$ (LBL)";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
#if !defined(lint) && !defined(__GNUC__)
|
||||
static char rcsid[] =
|
||||
"@(#)$Header: /home/ncvs/src/usr.sbin/tcpdump/tcpslice/search.c,v 1.2 1995/03/08 12:53:39 olah Exp $ (LBL)";
|
||||
"@(#)$FreeBSD$ (LBL)";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#if !defined(lint) && !defined(__GNUC__)
|
||||
static char rcsid[] =
|
||||
"@(#) $Header: /home/ncvs/src/usr.sbin/tcpdump/tcpslice/util.c,v 1.1 1995/03/08 12:53:42 olah Exp $ (LBL)";
|
||||
"@(#) $FreeBSD$ (LBL)";
|
||||
#endif
|
||||
|
||||
#include "tcpslice.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
** dynamically loadable chu driver
|
||||
**
|
||||
** $Header: /home/ncvs/src/usr.sbin/xntpd/kernel/chuinit.c,v 1.1.1.1 1994/09/29 23:02:42 wollman Exp $
|
||||
** $FreeBSD$
|
||||
**
|
||||
** william robertson <rob@agate.berkeley.edu>
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
** dynamically loadable clk driver
|
||||
**
|
||||
** $Header: /home/ncvs/src/usr.sbin/xntpd/kernel/clkinit.c,v 1.1.1.1 1994/09/29 23:02:47 wollman Exp $
|
||||
** $FreeBSD$
|
||||
**
|
||||
** william robertson <rob@agate.berkeley.edu>
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTAIP)
|
||||
/*
|
||||
* $Header: /src/NTP/REPOSITORY/v3/parse/clk_trimble.c,v 3.9 1994/02/02 17:45:27 kardel Exp $
|
||||
* $FreeBSD$
|
||||
*
|
||||
* Trimble SV6 clock support
|
||||
*/
|
||||
@ -108,7 +108,10 @@ cvt_trimtaip(buffer, size, format, clock)
|
||||
/*
|
||||
* History:
|
||||
*
|
||||
* $Log: clk_trimble.c,v $
|
||||
* $Log: clk_trimtaip.c,v $
|
||||
* Revision 1.1.1.1 1994/09/29 23:01:31 wollman
|
||||
* xntp 3.4e from Dave Mills @ UDel
|
||||
*
|
||||
* Revision 3.9 1994/02/02 17:45:27 kardel
|
||||
* rcs ids fixed
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTSIP)
|
||||
/*
|
||||
* $Header: /home/ncvs/src/usr.sbin/xntpd/parse/clk_trimtsip.c,v 1.2 1995/05/30 03:54:13 rgrimes Exp $
|
||||
* $FreeBSD$
|
||||
*
|
||||
* Trimble TSIP support - CURRENTLY VERY MUCH UNDER CONSTRUCTION
|
||||
*/
|
||||
@ -468,6 +468,9 @@ getint(bp)
|
||||
* History:
|
||||
*
|
||||
* $Log: clk_trimtsip.c,v $
|
||||
* Revision 1.3 1997/12/22 23:00:35 alex
|
||||
* YTK fix.
|
||||
*
|
||||
* Revision 1.2 1995/05/30 03:54:13 rgrimes
|
||||
* Remove trailing whitespace.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user