diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 15:35:33 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 15:35:33 +0000 |
commit | 27e878bbf97e9d7b0816ff591ab0ea21fcc63c43 (patch) | |
tree | 595cb18c30d25ee44b2d58f391263de64359a105 /serverboot/ChangeLog | |
parent | 34074b545aa7da28a88e80d6515822e8afce14d5 (diff) |
Tue Jun 10 21:54:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* disk_inode.h (struct icommon): Use short instead of uid_t/gid_t
in structure definition; those are now 32 bit types.
* bootstrap.c (main): Support running from command line too; this
is useful at least for simple debugging.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r-- | serverboot/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 0ddcae91..79b9c123 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 10 21:54:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * disk_inode.h (struct icommon): Use short instead of uid_t/gid_t + in structure definition; those are now 32 bit types. + + * bootstrap.c (main): Support running from command line too; this + is useful at least for simple debugging. + 1997-06-09 Miles Bader <miles@gnu.ai.mit.edu> * Makefile (LCLHDRS): Add mach-exec.h. |