diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
| commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
| tree | f412dafc7d29429919e8770cdefeb37441fc1299 /bin/pax/cache.c | |
| parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
Notes
Diffstat (limited to 'bin/pax/cache.c')
| -rw-r--r-- | bin/pax/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 28bb895c00fbd..840d85018c9b8 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -170,7 +170,7 @@ grptb_start(void) * caches the name (if any) for the uid. If frc set, we always return the * the stored name (if valid or invalid match). We use a simple hash table. * Return - * Pointer to stored name (or a empty string) + * Pointer to stored name (or an empty string). */ char * @@ -241,7 +241,7 @@ name_uid(uid_t uid, int frc) * caches the name (if any) for the gid. If frc set, we always return the * the stored name (if valid or invalid match). We use a simple hash table. * Return - * Pointer to stored name (or a empty string) + * Pointer to stored name (or an empty string). */ char * |
