summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/getnetconfig.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-03-27 09:43:09 +0000
committeralfred <alfred@FreeBSD.org>2001-03-27 09:43:09 +0000
commit1b69226cd64ea455736d76497846e016d6fcf977 (patch)
tree62617bcb1446b8b96fe0b405a082de9273b2342a /lib/libc/rpc/getnetconfig.c
parentd7aebcb4f6cdb92ab409d241084c72f1a8acc250 (diff)
downloadFreeBSD-src-1b69226cd64ea455736d76497846e016d6fcf977.zip
FreeBSD-src-1b69226cd64ea455736d76497846e016d6fcf977.tar.gz
const'ify
Diffstat (limited to 'lib/libc/rpc/getnetconfig.c')
-rw-r--r--lib/libc/rpc/getnetconfig.c2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud