diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/getnetconfig.c | 2 |
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 */ |