diff options
Diffstat (limited to 'libexec/rpc.yppasswdd/rpc.yppasswdd.c')
-rw-r--r-- | libexec/rpc.yppasswdd/rpc.yppasswdd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/rpc.yppasswdd/rpc.yppasswdd.c b/libexec/rpc.yppasswdd/rpc.yppasswdd.c index ed003d69aca..802ddee16a4 100644 --- a/libexec/rpc.yppasswdd/rpc.yppasswdd.c +++ b/libexec/rpc.yppasswdd/rpc.yppasswdd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc.yppasswdd.c,v 1.16 2003/07/06 21:57:27 deraadt Exp $ */ +/* $OpenBSD: rpc.yppasswdd.c,v 1.17 2004/05/09 03:22:57 deraadt Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -27,7 +27,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: rpc.yppasswdd.c,v 1.16 2003/07/06 21:57:27 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rpc.yppasswdd.c,v 1.17 2004/05/09 03:22:57 deraadt Exp $"; #endif #include <sys/types.h> @@ -53,7 +53,6 @@ void sig_child(int); int noshell, nogecos, nopw, domake; char make_arg[1024] = "make"; -char *progname = "yppasswdd"; char *tempname; char *dir; |