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 | fa154160ea6ea5de6bc767f5ce191157edf93e0a (patch) | |
| tree | c6e412b34a0a54bb9a6cc7d844924b47125ed8a4 /serverboot/ChangeLog | |
| parent | ecd15a793488433b22f1108670600541bbbdd100 (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. |
