diff options
author | Thomas Bushnell <thomas@gnu.org> | 2000-07-18 21:36:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 2000-07-18 21:36:39 +0000 |
commit | c4a7249150997ac38e46a45439ba4d986a253d84 (patch) | |
tree | 9638f3cfcc7cd9af9f8ec1a4f8745367b860f787 /usermux | |
parent | 8866749204162b2192bdf76d19cd6bc3ced21854 (diff) |
2000-07-18 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (free_name): Fix typo in comment.
* usermux.c: Likewise.
* usermux.h: Likewise
(struct usermux): Likewise.
Diffstat (limited to 'usermux')
-rw-r--r-- | usermux/ChangeLog | 7 | ||||
-rw-r--r-- | usermux/mux.c | 4 | ||||
-rw-r--r-- | usermux/usermux.c | 4 | ||||
-rw-r--r-- | usermux/usermux.h | 6 |
4 files changed, 14 insertions, 7 deletions
diff --git a/usermux/ChangeLog b/usermux/ChangeLog index 1ec5dacb..7fac0e93 100644 --- a/usermux/ChangeLog +++ b/usermux/ChangeLog @@ -1,3 +1,10 @@ +2000-07-18 Thomas Bushnell, BSG <tb@mit.edu> + + * mux.c (free_name): Fix typo in comment. + * usermux.c: Likewise. + * usermux.h: Likewise + (struct usermux): Likewise. + 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> * mux.c: Add #include <sys/mman.h> for munmap decl. diff --git a/usermux/mux.c b/usermux/mux.c index 92fd6292..145bcf59 100644 --- a/usermux/mux.c +++ b/usermux/mux.c @@ -1,6 +1,6 @@ /* Root usermux node - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> This file is part of the GNU Hurd. @@ -272,7 +272,7 @@ netfs_get_dirents (struct iouser *cred, struct node *dir, /* User lookup. */ -/* Free storage allocated consumed by the host mux name NM, but not the node +/* Free storage allocated consumed by the user mux name NM, but not the node it points to. */ static void free_name (struct usermux_name *nm) diff --git a/usermux/usermux.c b/usermux/usermux.c index 060fb411..a7bc850a 100644 --- a/usermux/usermux.c +++ b/usermux/usermux.c @@ -1,6 +1,6 @@ -/* Multiplexing filesystems by host +/* Multiplexing filesystems by user - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2000 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> This file is part of the GNU Hurd. diff --git a/usermux/usermux.h b/usermux/usermux.h index 0dba4d92..ff4ca5de 100644 --- a/usermux/usermux.h +++ b/usermux/usermux.h @@ -1,6 +1,6 @@ -/* Multiplexing filesystems by host +/* Multiplexing filesystems by user - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2000 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> This file is part of the GNU Hurd. @@ -33,7 +33,7 @@ struct passwd; /* Handy source of time. */ volatile struct mapped_time_value *usermux_maptime; -/* The state associated with a host multiplexer translator. */ +/* The state associated with a user multiplexer translator. */ struct usermux { /* The user nodes in this mux. */ |