Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/getnetgrent.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/getnetgrent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/lib/libc/gen/getnetgrent.c 1998/07/26 19:34:10 1.15 +++ src/lib/libc/gen/getnetgrent.c 1998/07/27 09:47:44 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: getnetgrent.c,v 1.15 1998/07/26 19:34:10 mycroft Exp $ */ +/* $NetBSD: getnetgrent.c,v 1.16 1998/07/27 09:47:44 mycroft Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -33,7 +33,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: getnetgrent.c,v 1.15 1998/07/26 19:34:10 mycroft Exp $"); +__RCSID("$NetBSD: getnetgrent.c,v 1.16 1998/07/27 09:47:44 mycroft Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" @@ -69,7 +69,7 @@ static struct netgroup *_nghead = (struc static struct netgroup *_nglist = (struct netgroup *)NULL; static DB *_ng_db; -static int getstring __P((char **, int, const char **)); +static int getstring __P((char **, int, __aconst char **)); static struct netgroup *getnetgroup __P((char **)); static int lookup __P((const char *, char *, char **, int)); static void addgroup __P((char *, StringList *, char *)); @@ -91,7 +91,7 @@ static int getstring(pp, del, str) char **pp; int del; - char const **str; + char __aconst **str; { size_t len; char *sp, *ep, *dp;