[svn-upgrade] Integrating new upstream version, shadow (20000826)
This commit is contained in:
11
src/chfn.c
11
src/chfn.c
@ -30,7 +30,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "rcsid.h"
|
||||
RCSID(PKG_VER "$Id: chfn.c,v 1.15 1999/07/09 18:02:43 marekm Exp $")
|
||||
RCSID(PKG_VER "$Id: chfn.c,v 1.16 2000/08/26 18:27:18 marekm Exp $")
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
@ -90,11 +90,10 @@ extern int pw_dbm_mode;
|
||||
#define CHGGECOS "changed user `%s' information.\n"
|
||||
|
||||
/* local function prototypes */
|
||||
static void usage P_((void));
|
||||
static int may_change_field P_((int));
|
||||
static void new_fields P_((void));
|
||||
static char *copy_field P_((char *, char *, char *));
|
||||
int main P_((int, char **));
|
||||
static void usage(void);
|
||||
static int may_change_field(int);
|
||||
static void new_fields(void);
|
||||
static char *copy_field(char *, char *, char *);
|
||||
|
||||
/*
|
||||
* usage - print command line syntax and exit
|
||||
|
Reference in New Issue
Block a user