/[hurd]/hurd/nfsd/ChangeLog
ViewVC logotype

Diff of /hurd/nfsd/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by roland, Wed May 29 08:36:06 2002 UTC revision 1.22 by marcus, Sun Sep 29 15:12:48 2002 UTC
# Line 1  Line 1 
1    2002-09-29  Marcus Brinkmann  <marcus@gnu.org>
2    
3            * loop.c (server_loop): Use memset instead bzero.
4            (server_loop): Add parenthesis for post-decrement (even
5            though it is only used as an lvalue here).  Increment P after
6            using it in the macro, not within.
7            * ops.c (complete_setattr): Likewise.
8            (op_setattr, op_read, op_write, op_create, op_symlink, op_mkdir,
9            op_readdir, op_getport): Likewise.
10            * xdr.c (encode_fattr): Likewise.
11            (encode_data): Likewise.  Also use memcpy instead bcopy.
12            (encode_statfs): Likewise.
13            (decode_name): Likewise.  Also use memcpy instead bcopy.
14            (encode_fhandle): Use memcpy instead bcopy.
15            * cache.c (process_cred): Add parenthesis for post-decrement (even
16            though it is only used as an lvalue here).  Increment P after
17            using it in the macro, not within.
18            (idspec_lookup): Use memcpy, not bcopy.
19            (lookup_cache_handle): Likewise.
20            (create_cached_handle): Likewise.
21            (check_cached_replies): Likewise.
22    
23  2002-05-29  Roland McGrath  <roland@frob.com>  2002-05-29  Roland McGrath  <roland@frob.com>
24    
25          * nfsd.h (struct proctable): [0] -> [], for newfangled GCC.          * nfsd.h (struct proctable): [0] -> [], for newfangled GCC.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26