Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/passwd __RCSID().
details: https://anonhg.NetBSD.org/src/rev/734335e80b38
branches: trunk
changeset: 495706:734335e80b38
user: ad <ad%NetBSD.org@localhost>
date: Thu Aug 03 08:25:41 2000 +0000
description:
__RCSID().
diffstat:
usr.bin/passwd/pwd_gensalt.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 02392f5e2c70 -r 734335e80b38 usr.bin/passwd/pwd_gensalt.c
--- a/usr.bin/passwd/pwd_gensalt.c Thu Aug 03 08:22:33 2000 +0000
+++ b/usr.bin/passwd/pwd_gensalt.c Thu Aug 03 08:25:41 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pwd_gensalt.c,v 1.2 2000/07/06 13:09:46 ad Exp $ */
+/* $NetBSD: pwd_gensalt.c,v 1.3 2000/08/03 08:25:41 ad Exp $ */
/*
* Copyright 1997 Niels Provos <provos%physnet.uni-hamburg.de@localhost>
@@ -32,6 +32,11 @@
* from OpenBSD: pwd_gensalt.c,v 1.9 1998/07/05 21:08:32 provos Exp
*/
+#include <sys/cdefs.h>
+#ifndef lint
+__RCSID("$NetBSD: pwd_gensalt.c,v 1.3 2000/08/03 08:25:41 ad Exp $");
+#endif /* not lint */
+
#include <sys/syslimits.h>
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index