From 1b69226cd64ea455736d76497846e016d6fcf977 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 27 Mar 2001 09:43:09 +0000 Subject: const'ify --- lib/libc/rpc/getnetconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index c7278b1..36ea793 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -396,7 +396,7 @@ void *handlep; struct netconfig * getnetconfigent(netid) - char *netid; + const char *netid; { FILE *file; /* NETCONFIG db's file pointer */ char *linep; /* holds current netconfig line */ -- cgit v1.1