From 176be3e39da4abb36d5cdef33be69dcb27b37699 Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Sat, 2 Apr 1994 16:10:06 -0800 Subject: [PATCH] date and time created 94/04/02 09:10:06 by pendry SCCS-vsn: usr.bin/chpass/pw_copy.h 8.1 --- usr/src/usr.bin/chpass/pw_copy.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 usr/src/usr.bin/chpass/pw_copy.h diff --git a/usr/src/usr.bin/chpass/pw_copy.h b/usr/src/usr.bin/chpass/pw_copy.h new file mode 100644 index 0000000000..3a5f40ae15 --- /dev/null +++ b/usr/src/usr.bin/chpass/pw_copy.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) 1994 + * The Regents of the University of California. All rights reserved. + * + * %sccs.include.redist.c% + * + * @(#)pw_copy.h 8.1 (Berkeley) %G% + */ + +void pw_copy __P((int, int, struct passwd *)); -- 2.20.1