Merged with 4.4lite.

Changed to conform to NetBSD's new RCS Id convention.
This commit is contained in:
jtc 1994-12-06 07:32:26 +00:00
parent 0a32766271
commit 3ed25c1fb4
3 changed files with 19 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:49:23 mycroft Exp $
# $NetBSD: Makefile,v 1.3 1994/12/06 07:32:26 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= users

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1980, 1990, 1991 Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: users.1,v 1.4 1994/12/06 07:32:27 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 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: @(#)users.1 6.6 (Berkeley) 4/23/91
.\" $Id: users.1,v 1.3 1994/04/08 08:09:14 deraadt Exp $
.\" @(#)users.1 8.1 (Berkeley) 6/6/93
.\"
.Dd April 23, 1991
.Dd June 6, 1993
.Dt USERS 1
.Os BSD 3
.Sh NAME

View File

@ -1,6 +1,8 @@
/* $NetBSD: users.c,v 1.3 1994/12/06 07:32:29 jtc Exp $ */
/*
* Copyright (c) 1980, 1987 Regents of the University of California.
* All rights reserved.
* Copyright (c) 1980, 1987, 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, 1987 Regents of the University of California.\n\
All rights reserved.\n";
static char copyright[] =
"@(#) Copyright (c) 1980, 1987, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)users.c 5.12 (Berkeley) 11/1/90";*/
static char rcsid[] = "$Id: users.c,v 1.2 1993/08/01 18:03:46 mycroft Exp $";
#if 0
static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93";
#endif
static char rcsid[] = "$Id: users.c,v 1.3 1994/12/06 07:32:29 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>