From df69d356ce1f0ed37f4b38485d1c250fc2ec86ea Mon Sep 17 00:00:00 2001 From: ad Date: Fri, 7 Jul 2000 10:35:58 +0000 Subject: [PATCH] Remove decl for parseuserspec(), a local modification which acidentally got comitted. --- include/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/util.h b/include/util.h index c2e5623b4677..e7e1c983d8c3 100644 --- a/include/util.h +++ b/include/util.h @@ -1,4 +1,4 @@ -/* $NetBSD: util.h,v 1.16 2000/07/06 11:28:04 ad Exp $ */ +/* $NetBSD: util.h,v 1.17 2000/07/07 10:35:58 ad Exp $ */ /*- * Copyright (c) 1995 @@ -87,7 +87,6 @@ int ttyunlock(const char *); int ttyaction(const char *, const char *, const char *); char *ttymsg(struct iovec *, int, const char *, int); int secure_path(char *); -int parseuserspec(const char *name, struct passwd **pw, struct group **gr); __END_DECLS #endif /* !_UTIL_H_ */