summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-09 03:22:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-09 03:22:58 +0000
commit495cef57492597a2112ed4b49b704aeebecda110 (patch)
tree521a8344b23276a53b5adaf945e7e07082fbae8a
parentc9db7c020ec9a3edaccf8752999fca6d40d72cdc (diff)
de-lint
-rw-r--r--libexec/rpc.yppasswdd/rpc.yppasswdd.c5
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;