Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Clarify the cache size description comments a l...
details: https://anonhg.NetBSD.org/src/rev/a6389d0e3c19
branches: trunk
changeset: 487132:a6389d0e3c19
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Jun 03 13:21:14 2000 +0000
description:
Clarify the cache size description comments a little.
diffstat:
lib/libc/gen/pwcache.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 14ec6a8f422c -r a6389d0e3c19 lib/libc/gen/pwcache.h
--- a/lib/libc/gen/pwcache.h Sat Jun 03 13:16:02 2000 +0000
+++ b/lib/libc/gen/pwcache.h Sat Jun 03 13:21:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pwcache.h,v 1.1 1998/07/28 16:58:37 mycroft Exp $ */
+/* $NetBSD: pwcache.h,v 1.2 2000/06/03 13:21:14 simonb Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -52,10 +52,10 @@
*/
#define UNMLEN 32 /* >= user name found in any protocol */
#define GNMLEN 32 /* >= group name found in any protocol */
-#define UID_SZ 317 /* size of user_name/uid cache */
-#define UNM_SZ 317 /* size of user_name/uid cache */
-#define GID_SZ 251 /* size of group_name/gid cache */
-#define GNM_SZ 251 /* size of group_name/gid cache */
+#define UID_SZ 317 /* size of uid to user_name cache */
+#define UNM_SZ 317 /* size of user_name to uid cache */
+#define GID_SZ 251 /* size of gid to group_name cache */
+#define GNM_SZ 251 /* size of group_name to gid cache */
#define VALID 1 /* entry and name are valid */
#define INVALID 2 /* entry valid, name NOT valid */
Home |
Main Index |
Thread Index |
Old Index