diff options
| author | lukem <lukem@NetBSD.org> | 1999-01-19 08:30:46 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-01-19 08:30:46 +0000 |
| commit | b247a8eceb9c3e969e834d08d3dfb56b4e5fca81 (patch) | |
| tree | 6952a2687778171cee6bc6458e4486ece80d2d4b /lib/libc/gen/getusershell.c | |
| parent | c7e9373f327f25dd6e88d2619591afadea9b317c (diff) | |
* `passwd' defaults to `compat', and `passwd_compat' defaults to `nis'
* constify ns_dtab defs
Diffstat (limited to 'lib/libc/gen/getusershell.c')
| -rw-r--r-- | lib/libc/gen/getusershell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index ba5d94e4cf6..08346441e28 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -1,4 +1,4 @@ -/* $NetBSD: getusershell.c,v 1.14 1999/01/19 08:07:58 lukem Exp $ */ +/* $NetBSD: getusershell.c,v 1.15 1999/01/19 08:30:48 lukem Exp $ */ /* * Copyright (c) 1985, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: getusershell.c,v 1.14 1999/01/19 08:07:58 lukem Exp $"); +__RCSID("$NetBSD: getusershell.c,v 1.15 1999/01/19 08:30:48 lukem Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -257,7 +257,7 @@ _nis_initshells(rv, cb_data, ap) static const char *const * initshells() { - static ns_dtab dtab[] = { + static const ns_dtab dtab[] = { NS_FILES_CB(_local_initshells, NULL) NS_DNS_CB(_dns_initshells, NULL) NS_NIS_CB(_nis_initshells, NULL) |
