$Header$ -> $FreeBSD$

This commit is contained in:
Peter Wemm 1999-08-28 05:11:36 +00:00
parent ff8bb989ab
commit a1a4f1a0d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50488
78 changed files with 168 additions and 90 deletions

View file

@ -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 SUBDIR+= doc

View file

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

View file

@ -493,7 +493,7 @@ X not scan the uucico log.
X X
X X
#if !defined(lint) #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 */ #endif /* not lint */
X X
X/* Log: uupoll.shar,v X/* Log: uupoll.shar,v
@ -1628,7 +1628,7 @@ sed 's/^X//' << 'SHAR_EOF' > 'uupoll/conf.h' &&
#ifndef CONF #ifndef CONF
X #define CONF X #define CONF
X X
X/* $Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $ */ X/* $FreeBSD$ */
X/* Log: uupoll.shar,v X/* Log: uupoll.shar,v
X * Revision 1.9 1994/04/14 17:24:58 kdburg X * Revision 1.9 1994/04/14 17:24:58 kdburg
X * added comment to the AT_OPTION X * added comment to the AT_OPTION
@ -1986,7 +1986,7 @@ X - No alias expansion is done on the given names.
*/ */
X X
#if !defined(lint) #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 */ #endif /* not lint */
X X
X/* Log: uupoll.shar,v X/* Log: uupoll.shar,v

View file

@ -139,7 +139,7 @@
* */ * */
char version[] = "@(#) Taylor UUCP Log File Summary Filter, Version 1.2.2"; 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 <ctype.h> /* Character Classification */
#include <math.h> #include <math.h>
#include "uucp.h" #include "uucp.h"

View file

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

View file

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

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.10 1997/05/15 23:00:05 peter Exp $ # $FreeBSD$
.include "${.CURDIR}/../Makefile.inc" .include "${.CURDIR}/../Makefile.inc"

View file

@ -8,7 +8,7 @@
# #
# Written by Jörg Wunsch, 95/03/07, and placed in the public domain. # 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 "complete.pl";
require "getopts.pl"; require "getopts.pl";
@ -22,7 +22,7 @@ sub scan_opts
$dont_do_it = "-n" if $opt_n; $dont_do_it = "-n" if $opt_n;
if($opt_v) { 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; exit 0;
} }
die "usage: $0 [-v] [-n] [moduledir]\n" . die "usage: $0 [-v] [-n] [moduledir]\n" .

View file

@ -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 $ * $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 * Revision 1.2 1995/05/30 05:02:26 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -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 $ * $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 * Revision 1.2 1995/05/30 05:02:27 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -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 $ * $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 * Revision 1.3 1995/05/30 05:02:30 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -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 $ * $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 * Revision 1.6 1997/10/23 02:44:21 ache
* Add (unsigned char) cast to ctype macros * Add (unsigned char) cast to ctype macros
* *

View file

@ -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 $ * $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 * Revision 1.2 1995/05/30 05:02:33 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -1,8 +1,11 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.rn '' }` .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 $ '\" $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 '\" Revision 1.8 1998/01/21 15:10:13 ache
'\" Add -I or --index-first option to take Index: precedence over context diff, '\" Add -I or --index-first option to take Index: precedence over context diff,
'\" as it was in hacked FreeBSD version '\" as it was in hacked FreeBSD version

View file

@ -1,5 +1,5 @@
char rcsid[] = 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 /* 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. * money off of it, or pretend that you wrote it.
* *
* $Log: patch.c,v $ * $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 * Revision 1.13 1998/01/21 15:15:39 ache
* Update usage line with new option * Update usage line with new option
* *

View file

@ -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 $ * $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 * Revision 1.13 1998/01/21 14:37:23 ache
* Resurrect patch 2.1 without FreeBSD Index: hack * Resurrect patch 2.1 without FreeBSD Index: hack
* *
@ -32,6 +36,10 @@
* *
* Revision 1.8 1996/04/12 11:37:32 markm * Revision 1.8 1996/04/12 11:37:32 markm
* Attempt to break a $Log: pch.c,v $ * 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 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 Resurrect patch 2.1 without FreeBSD Index: hack
* Attempt to break a * Attempt to break a

View file

@ -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 $ * $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 * Revision 1.2 1995/05/30 05:02:36 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -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 $ * $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 * Revision 1.3 1997/02/13 21:10:45 jmg
* Fix a problem with patch in that is will always default, even when the * 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 * controlling terminal is closed. Now the function ask() will return 1 when th

View file

@ -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 $ * $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 * Revision 1.2 1995/05/30 05:02:39 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -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 $ * $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 * Revision 1.2 1995/05/30 05:02:40 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *

View file

@ -1,5 +1,5 @@
%{ %{
/* $Revision: 1.2.8.3 $ /* $Revision: 1.5 $
** **
** Originally written by Steven M. Bellovin <smb@research.att.com> while ** Originally written by Steven M. Bellovin <smb@research.att.com> while
** at the University of North Carolina at Chapel Hill. Later tweaked by ** 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) #if !defined(lint) && !defined(SABER)
static char RCS[] = 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) */ #endif /* !defined(lint) && !defined(SABER) */

View file

@ -1,7 +1,7 @@
#ifndef _STRHASH_H_INCLUDE #ifndef _STRHASH_H_INCLUDE
#define _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$ */
/* /*
* *

View file

@ -7,7 +7,7 @@
% lib/psdit.pro -- prolog for psdit (ditroff) files % lib/psdit.pro -- prolog for psdit (ditroff) files
% Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved.
% last edit: shore Sat Nov 23 20:28:03 1985 % 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, % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics,
% 17 Feb, 87. % 17 Feb, 87.

View file

@ -7,7 +7,7 @@
% lib/psdit.pro -- prolog for psdit (ditroff) files % lib/psdit.pro -- prolog for psdit (ditroff) files
% Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved.
% last edit: shore Sat Nov 23 20:28:03 1985 % 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, % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics,
% 17 Feb, 87. % 17 Feb, 87.

View file

@ -36,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
/* from static char sccsid[] = "@(#)crypt.c 5.11 (Berkeley) 6/25/91"; */ /* 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 */ #endif /* LIBC_SCCS and not lint */
#include <unistd.h> #include <unistd.h>

View file

@ -1,5 +1,5 @@
#ifndef lint #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 #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 $ * $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 * Revision 1.5 1995/10/22 14:53:17 phk
* Mino cleanup, #includes & unused vars. * Mino cleanup, #includes & unused vars.
* *

View file

@ -1,7 +1,7 @@
.\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Copyright (c) 1988 Massachusetts Institute of Technology,
.\" Student Information Processing Board. All rights reserved. .\" Student Information Processing Board. All rights reserved.
.\" .\"
.\" $Header$ .\" $FreeBSD$
.\" .\"
.TH COM_ERR 3 "22 Nov 1988" SIPB .TH COM_ERR 3 "22 Nov 1988" SIPB
.SH NAME .SH NAME

View file

@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*- \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 $Source: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v $
@c Note that although this source file is in texinfo format (more @c Note that although this source file is in texinfo format (more

View file

@ -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 $ * $Source: /home/ncvs/src/lib/libcom_err/error_message.c,v $
* $Locker: $ * $Locker: $
* *
@ -16,7 +16,7 @@
#include "internal.h" #include "internal.h"
static const char rcsid[] = 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[] = 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"; "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology";

View file

@ -12,7 +12,7 @@
static const char copyright[] = static const char copyright[] =
"Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology"; "Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology";
static const char rcsid_et_name_c[] = static const char rcsid_et_name_c[] =
"$Header: et_name.c,v 1.7 89/01/01 06:14:56 raeburn Exp $"; "$FreeBSD$";
#endif #endif
static const char char_set[] = static const char char_set[] =

View file

@ -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 $ * $FreeBSD$
* $Source: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v $ * $Source: /home/ncvs/src/lib/libcom_err/init_et.c,v $
* $Locker: $ * $Locker: $
* *
* Copyright 1986, 1987, 1988 by MIT Information Systems and * Copyright 1986, 1987, 1988 by MIT Information Systems and
@ -20,7 +20,7 @@
#ifndef lint #ifndef lint
static const char rcsid_init_et_c[] = 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 #endif
struct foobar { struct foobar {

View file

@ -11,7 +11,7 @@
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #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 */ #endif /* LIBC_SCCS and not lint */
#include <unistd.h> #include <unistd.h>

View file

@ -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 * newdemo.c - A demo program using PDCurses. The program illustrate
* the use of colours for text output. * the use of colours for text output.

View file

@ -15,7 +15,8 @@
#if 0 #if 0
#if defined(LIBC_SCCS) && !defined(lint) #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 /* LIBC_SCCS and not lint */
#endif #endif

View file

@ -1,7 +1,7 @@
.\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Copyright (c) 1988 Massachusetts Institute of Technology,
.\" Student Information Processing Board. All rights reserved. .\" 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 .Dd November 22, 1988
.Os .Os

View file

@ -26,7 +26,7 @@ static const char copyright[] =
"Copyright 1987,1988 by MIT Student Information Processing Board"; "Copyright 1987,1988 by MIT Student Information Processing Board";
static const char rcsid_compile_et_c[] = 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 #endif
extern char *gensym(); extern char *gensym();

View file

@ -74,7 +74,7 @@ description : QUOTED_STRING
#ifndef lint #ifndef lint
static char const rcsid_error_table_y[] = 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 #endif
void *malloc(), *realloc(); void *malloc(), *realloc();

View file

@ -22,5 +22,5 @@ end return END;
. { return (*yytext); } . { return (*yytext); }
%% %%
#ifndef lint #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 #endif

View file

@ -1,6 +1,9 @@
/* /*
* $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ * $FreeBSD$
* $Log: compress.c,v $ * $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 * Revision 4.0 85/07/30 12:50:00 joe
* Removed ferror() calls in output routine on every output except first. * Removed ferror() calls in output routine on every output except first.
* Prepared for release to the world. * Prepared for release to the world.
@ -113,4 +116,4 @@
*/ */
static char rcs_ident[] = static char rcs_ident[] =
"$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $"; "$FreeBSD$";

View file

@ -37,14 +37,14 @@
| Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon | Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon
| All are rights reserved. | 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", char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon",
"All rights are reserved."}; "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 "new_curse.h"
#include <signal.h> #include <signal.h>

View file

@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
$ $
$ For ee patchlevel 3 $ 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 $set 1
$quote " $quote "

View file

@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
$ $
$ For ee patchlevel 3 $ 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 $set 1
$quote " $quote "

View file

@ -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 PROG = getopt

View file

@ -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 // FlexLexer.h -- define interfaces for lexical analyzer classes generated
// by flex // by flex

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -1,5 +1,5 @@
/* config.h. Generated automatically by configure. */ /* 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. */ /* Define to empty if the keyword does not work. */
/* #undef const */ /* #undef const */

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -1,7 +1,7 @@
/* A lexical scanner generated by flex */ /* A lexical scanner generated by flex */
/* Scanner skeleton version: /* 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 #define FLEX_SCANNER

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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 <stdio.h>
#include <ctype.h> #include <ctype.h>

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -2,7 +2,7 @@
/* A lexical scanner generated by flex */ /* A lexical scanner generated by flex */
/* Scanner skeleton version: /* 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 #define FLEX_SCANNER
@ -1270,7 +1270,7 @@ char *yytext;
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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 "flexdef.h"
#include "parse.h" #include "parse.h"

View file

@ -1,6 +1,6 @@
/* libmain - flex run-time support library "main" function */ /* 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(); extern int yylex();

View file

@ -1,6 +1,6 @@
/* libyywrap - flex run-time support library "yywrap" function */ /* 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() int yywrap()
{ {

View file

@ -32,7 +32,7 @@ char copyright[] =
All rights reserved.\n"; All rights reserved.\n";
#endif /* not lint */ #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" #include "flexdef.h"

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -33,7 +33,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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 /* Some versions of bison are broken in that they use alloca() but don't

View file

@ -27,7 +27,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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 "flexdef.h"
#include "parse.h" #include "parse.h"

View file

@ -6,7 +6,7 @@ const char *skel[] = {
"/* A lexical scanner generated by flex */", "/* A lexical scanner generated by flex */",
"", "",
"/* Scanner skeleton version:", "/* 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", "#define FLEX_SCANNER",

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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" #include "flexdef.h"

View file

@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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 <ctype.h>
#include "flexdef.h" #include "flexdef.h"

View file

@ -36,7 +36,7 @@ static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */ #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 $ * $Source: /home/ncvs/src/usr.bin/netstat/iso.c,v $
*/ */
/******************************************************************************* /*******************************************************************************

View file

@ -1,4 +1,4 @@
/* $Id: pccardq.c,v 1.2 1999/06/08 15:18:52 koie Exp $ */ /* $FreeBSD$ */
#include <err.h> #include <err.h>
#include <errno.h> #include <errno.h>

View file

@ -34,10 +34,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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 $ * $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 * Revision 1.2 1995/04/01 17:16:26 joerg
* Update pcvt to 3.20b23 * Update pcvt to 3.20b23
* *

View file

@ -33,10 +33,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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 $ * $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 * Revision 1.2 1995/04/01 17:16:27 joerg
* Update pcvt to 3.20b23 * Update pcvt to 3.20b23
* *

View file

@ -20,7 +20,7 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE. * 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$
*/ */

View file

@ -33,10 +33,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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 $ * $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 * Revision 1.1.1.1 1995/02/05 13:49:23 jkh
* PCVT userland utilities. * PCVT userland utilities.
* Submitted by: hm * Submitted by: hm

View file

@ -33,10 +33,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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 $ * $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 * Revision 1.1.1.1 1995/02/05 13:49:24 jkh
* PCVT userland utilities. * PCVT userland utilities.
* Submitted by: hm * Submitted by: hm

View file

@ -2,8 +2,11 @@
#$FreeBSD$ #$FreeBSD$
# #
#$Log: tkpkg,v $ #$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 #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 #Revision 1.3 1997/01/14 07:14:23 jkh
#Make the long-awaited change from $FreeBSD$ #Make the long-awaited change from $FreeBSD$

View file

@ -20,7 +20,7 @@
*/ */
#if !defined(lint) && !defined(__GNUC__) #if !defined(lint) && !defined(__GNUC__)
static char rcsid[] = 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 #endif
/* /*

View file

@ -20,7 +20,7 @@
*/ */
#if !defined(lint) && !defined(__GNUC__) #if !defined(lint) && !defined(__GNUC__)
static char rcsid[] = 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 #endif
/* /*

View file

@ -21,7 +21,7 @@
#if !defined(lint) && !defined(__GNUC__) #if !defined(lint) && !defined(__GNUC__)
static char rcsid[] = 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 #endif
#include "tcpslice.h" #include "tcpslice.h"

View file

@ -1,7 +1,7 @@
/* /*
** dynamically loadable chu driver ** 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> ** william robertson <rob@agate.berkeley.edu>
*/ */

View file

@ -1,7 +1,7 @@
/* /*
** dynamically loadable clk driver ** 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> ** william robertson <rob@agate.berkeley.edu>
*/ */

View file

@ -1,6 +1,6 @@
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTAIP) #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 * Trimble SV6 clock support
*/ */
@ -108,7 +108,10 @@ cvt_trimtaip(buffer, size, format, clock)
/* /*
* History: * 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 * Revision 3.9 1994/02/02 17:45:27 kardel
* rcs ids fixed * rcs ids fixed
* *

View file

@ -1,6 +1,6 @@
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTSIP) #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 * Trimble TSIP support - CURRENTLY VERY MUCH UNDER CONSTRUCTION
*/ */
@ -468,6 +468,9 @@ getint(bp)
* History: * History:
* *
* $Log: clk_trimtsip.c,v $ * $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 * Revision 1.2 1995/05/30 03:54:13 rgrimes
* Remove trailing whitespace. * Remove trailing whitespace.
* *