new pw_copy.h file for passwd
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 00:09:03 +0000 (16:09 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 00:09:03 +0000 (16:09 -0800)
SCCS-vsn: usr.bin/chpass/chpass.h 8.3
SCCS-vsn: usr.bin/chpass/pw_copy.c 8.3
SCCS-vsn: usr.bin/chpass/chpass.c 8.3

usr/src/usr.bin/chpass/chpass.c
usr/src/usr.bin/chpass/chpass.h
usr/src/usr.bin/chpass/pw_copy.c

index 2e66285..5fce526 100644 (file)
@@ -12,7 +12,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)chpass.c   8.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)chpass.c   8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -33,6 +33,7 @@ static char sccsid[] = "@(#)chpass.c  8.2 (Berkeley) %G%";
 
 #include <pw_scan.h>
 #include <pw_util.h>
 
 #include <pw_scan.h>
 #include <pw_util.h>
+#include "pw_copy.h"
 
 #include "chpass.h"
 #include "pathnames.h"
 
 #include "chpass.h"
 #include "pathnames.h"
index 33c129e..9136157 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)chpass.h    8.2 (Berkeley) %G%
+ *     @(#)chpass.h    8.3 (Berkeley) %G%
  */
 
 struct passwd;
  */
 
 struct passwd;
@@ -40,6 +40,5 @@ int    p_login __P((char *, struct passwd *, ENTRY *));
 int     p_passwd __P((char *, struct passwd *, ENTRY *));
 int     p_shell __P((char *, struct passwd *, ENTRY *));
 int     p_uid __P((char *, struct passwd *, ENTRY *));
 int     p_passwd __P((char *, struct passwd *, ENTRY *));
 int     p_shell __P((char *, struct passwd *, ENTRY *));
 int     p_uid __P((char *, struct passwd *, ENTRY *));
-void    pw_copy __P((int, int, struct passwd *));
 char    *ttoa __P((time_t));
 int     verify __P((struct passwd *));
 char    *ttoa __P((time_t));
 int     verify __P((struct passwd *));
index ec8460d..dfb9420 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pw_copy.c  8.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)pw_copy.c  8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -20,6 +20,7 @@ static char sccsid[] = "@(#)pw_copy.c 8.2 (Berkeley) %G%";
 #include <string.h>
 
 #include <pw_util.h>
 #include <string.h>
 
 #include <pw_util.h>
+#include "pw_copy.h"
 
 extern char *tempname;
 
 
 extern char *tempname;