Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/user Pull up revision 1.11 (requested by agc):
details: https://anonhg.NetBSD.org/src/rev/ec4cb6aff9eb
branches: netbsd-1-4
changeset: 470272:ec4cb6aff9eb
user: he <he%NetBSD.org@localhost>
date: Fri Feb 04 22:57:21 2000 +0000
description:
Pull up revision 1.11 (requested by agc):
Add RCS IDs and copyright.
diffstat:
usr.sbin/user/user.c | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r df69667b4a4f -r ec4cb6aff9eb usr.sbin/user/user.c
--- a/usr.sbin/user/user.c Fri Feb 04 22:55:20 2000 +0000
+++ b/usr.sbin/user/user.c Fri Feb 04 22:57:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: user.c,v 1.10.2.2 2000/01/21 00:01:07 he Exp $ */
+/* $NetBSD: user.c,v 1.10.2.3 2000/02/04 22:57:21 he Exp $ */
/*
* Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -30,6 +30,15 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+
+#ifndef lint
+__COPYRIGHT(
+ "@(#) Copyright (c) 1999 \
+ The NetBSD Foundation, Inc. All rights reserved.");
+__RCSID("$NetBSD: user.c,v 1.10.2.3 2000/02/04 22:57:21 he Exp $");
+#endif
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
Home |
Main Index |
Thread Index |
Old Index