From 36fec1269bb98e678319c53a6bded26fca43d92f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 7 Apr 1995 23:48:23 +0000 Subject: [PATCH] ntwk_matches -> addr_matches --- visudo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visudo.c b/visudo.c index cf4c57edb..5d370e8c5 100644 --- a/visudo.c +++ b/visudo.c @@ -82,7 +82,7 @@ static char whatnow __P((void)); static void whatnow_help __P((void)); static RETSIGTYPE Exit __P((int)); int path_matches __P((char *, char *)); -int ntwk_matches __P((char *)); +int addr_matches __P((char *)); /* @@ -379,7 +379,7 @@ int path_matches(cmnd, path) } -int ntwk_matches(n) +int addr_matches(n) char *n; { return(TRUE);