diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-20 09:48:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-20 09:48:26 +0000 |
commit | caf7ac6e90416c95f67a381835980e3da3570eb0 (patch) | |
tree | 28077a76d06d42200c6a432d37d51e50b377d467 /storeio/ChangeLog | |
parent | fc40a731d23f893be2cb7699d7e078568d4c210c (diff) | |
download | hurd-caf7ac6e90416c95f67a381835980e3da3570eb0.tar.gz hurd-caf7ac6e90416c95f67a381835980e3da3570eb0.tar.bz2 hurd-caf7ac6e90416c95f67a381835980e3da3570eb0.zip |
Add braces to silence gcc warnings.
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r-- | storeio/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 98c0ef8f..0653d9fb 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,7 @@ +1998-10-20 Roland McGrath <roland@baalperazim.frob.com> + + * dev.c (dev_buf_fill): Add braces to silence gcc warning. + 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> * storeio.c (main): Fix return type to int, and use return. |