From 495cef57492597a2112ed4b49b704aeebecda110 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 9 May 2004 03:22:58 +0000 Subject: de-lint --- libexec/rpc.yppasswdd/rpc.yppasswdd.c | 5 ++--- 1 file 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 @@ -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 @@ -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; -- cgit v1.2.3