Sync to 4.4BSD-Lite2

This commit is contained in:
tls 1997-01-09 15:33:42 +00:00
parent b871569837
commit 8292047440
3 changed files with 18 additions and 14 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/30 23:51:15 mycroft Exp $
# $NetBSD: Makefile,v 1.3 1997/01/09 15:33:42 tls Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= rwho

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: rwho.1,v 1.4 1997/01/09 15:33:42 tls Exp $
.\"
.\" Copyright (c) 1983, 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,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rwho.1 6.7 (Berkeley) 4/23/91
.\" $Id: rwho.1,v 1.3 1993/09/16 01:50:33 jtc Exp $
.\" from: @(#)rwho.1 8.1 (Berkeley) 6/6/93
.\" $NetBSD: rwho.1,v 1.4 1997/01/09 15:33:42 tls Exp $
.\"
.Dd April 23, 1991
.Dd June 6, 1993
.Dt RWHO 1
.Os BSD 4.2
.Sh NAME

View File

@ -1,6 +1,8 @@
/* $NetBSD: rwho.c,v 1.5 1997/01/09 15:33:43 tls Exp $ */
/*
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 1983, 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,14 @@
*/
#ifndef lint
char copyright[] =
"@(#) Copyright (c) 1983 The Regents of the University of California.\n\
All rights reserved.\n";
static char copyright[] =
"@(#) Copyright (c) 1983, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)rwho.c 5.5 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: rwho.c,v 1.4 1994/12/24 17:38:21 cgd Exp $";
/*static char sccsid[] = "from: @(#)rwho.c 8.1 (Berkeley) 6/6/93";*/
static char rcsid[] = "$Id: rwho.c,v 1.5 1997/01/09 15:33:43 tls Exp $";
#endif /* not lint */
#include <sys/param.h>