diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-28 00:13:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-28 00:13:03 +0000 |
commit | 01a02ebc13e9a5e01710dccf377f02130dd19dfb (patch) | |
tree | 46da9f8d52f4e772a738f4ae3dc4b40f4acdaf80 | |
parent | ac8211b8cf03876ef951daaf2351be8cb6342040 (diff) |
pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.br
-rw-r--r-- | usr.bin/passwd/passwd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index cbd789986de..8e558196efa 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: passwd.c,v 1.19 2005/05/01 02:51:08 deraadt Exp $ */ +/* $OpenBSD: passwd.c,v 1.20 2005/09/28 00:13:02 deraadt Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -37,7 +37,7 @@ char copyright[] = #ifndef lint /*static const char sccsid[] = "from: @(#)passwd.c 5.5 (Berkeley) 7/6/91";*/ -static const char rcsid[] = "$OpenBSD: passwd.c,v 1.19 2005/05/01 02:51:08 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: passwd.c,v 1.20 2005/09/28 00:13:02 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> @@ -45,6 +45,7 @@ static const char rcsid[] = "$OpenBSD: passwd.c,v 1.19 2005/05/01 02:51:08 deraa #include <string.h> #include <unistd.h> #include <err.h> +#include <rpcsvc/ypclnt.h> /* * Note on configuration: |