Sync with 4.4lite2

This commit is contained in:
jtc 1995-09-01 01:29:39 +00:00
parent ca160a4e7b
commit 7642736cd5
9 changed files with 58 additions and 43 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:23:05 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.3 1995/09/01 01:29:39 jtc Exp $
PROG= fmt
SRCS= fmt.c head.c

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: fmt.1,v 1.3 1995/09/01 01:29:40 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fmt.1 6.8 (Berkeley) 7/22/91
.\" $Id: fmt.1,v 1.2 1993/08/01 07:32:48 mycroft Exp $
.\" @(#)fmt.1 8.1 (Berkeley) 6/6/93
.\"
.Dd July 22, 1991
.Dd June 6, 1993
.Dt FMT 1
.Os
.Sh NAME

View File

@ -1,6 +1,8 @@
/* $NetBSD: fmt.c,v 1.4 1995/09/01 01:29:41 jtc Exp $ */
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved.
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -32,14 +34,16 @@
*/
#ifndef lint
char copyright[] =
"@(#) Copyright (c) 1980 Regents of the University of California.\n\
All rights reserved.\n";
static char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)fmt.c 5.10 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: fmt.c,v 1.3 1994/12/24 16:35:17 cgd Exp $";
#if 0
static char sccsid[] = "@(#)fmt.c 8.1 (Berkeley) 7/20/93";
#endif
static char rcsid[] = "$NetBSD: fmt.c,v 1.4 1995/09/01 01:29:41 jtc Exp $";
#endif /* not lint */
#include <stdio.h>
@ -241,7 +245,7 @@ prefix(line)
oflush();
pfx = np;
if (h)
pack(cp);
pack(cp, strlen(cp));
else split(cp);
if (h)
oflush();

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:22:52 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.3 1995/09/01 01:34:13 jtc Exp $
PROG= fpr

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: fpr.1,v 1.3 1995/09/01 01:34:15 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Robert Corbett.
@ -31,10 +33,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fpr.1 6.9 (Berkeley) 7/24/91
.\" $Id: fpr.1,v 1.2 1993/08/01 07:32:39 mycroft Exp $
.\" @(#)fpr.1 8.1 (Berkeley) 6/6/93
.\"
.Dd July 24, 1991
.Dd June 6, 1993
.Dt FPR 1
.Os BSD 4.2
.Sh NAME

View File

@ -1,6 +1,8 @@
/* $NetBSD: fpr.c,v 1.3 1995/09/01 01:34:16 jtc Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Robert Corbett.
@ -35,14 +37,16 @@
*/
#ifndef lint
char copyright[] =
"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
All rights reserved.\n";
static char copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)fpr.c 5.4 (Berkeley) 2/6/91";*/
static char rcsid[] = "$Id: fpr.c,v 1.2 1993/08/01 18:15:47 mycroft Exp $";
#if 0
static char sccsid[] = "@(#)fpr.c 8.1 (Berkeley) 6/6/93";
#endif
static char rcsid[] = "$NetBSD: fpr.c,v 1.3 1995/09/01 01:34:16 jtc Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:22:46 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.3 1995/09/01 01:39:08 jtc Exp $
PROG= from

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: from.1,v 1.4 1995/09/01 01:39:09 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)from.1 6.7 (Berkeley) 7/26/91
.\" $Id: from.1,v 1.3 1994/01/11 02:23:18 jtc Exp $
.\" @(#)from.1 8.2 (Berkeley) 12/30/93
.\"
.Dd July 26, 1991
.Dd December 30, 1993
.Dt FROM 1
.Os BSD 4
.Sh NAME

View File

@ -1,6 +1,8 @@
/* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */
/*
* Copyright (c) 1980, 1988 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 1980, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -32,14 +34,16 @@
*/
#ifndef lint
char copyright[] =
"@(#) Copyright (c) 1980, 1988 The Regents of the University of California.\n\
All rights reserved.\n";
static char copyright[] =
"@(#) Copyright (c) 1980, 1988, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)from.c 5.7 (Berkeley) 3/1/91";*/
static char rcsid[] = "$Id: from.c,v 1.5 1994/11/24 14:53:10 deraadt Exp $";
#if 0
static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93";
#endif
static char rcsid[] = "$NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>