/[hurd]/hurd/nfs/rpc.c
ViewVC logotype

Diff of /hurd/nfs/rpc.c

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

revision 1.10 by marcus, Tue Jan 30 00:38:45 2001 UTC revision 1.11 by neal, Tue Mar 26 19:07:55 2002 UTC
# Line 1  Line 1 
1  /* SunRPC management for NFS client  /* SunRPC management for NFS client
2     Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation     Copyright (C) 1994, 1995, 1996, 1997, 2002 Free Software Foundation
3    
4     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
5     modify it under the terms of the GNU General Public License as     modify it under the terms of the GNU General Public License as
# Line 33  Line 33 
33  #include <netinet/in.h>  #include <netinet/in.h>
34  #include <assert.h>  #include <assert.h>
35  #include <errno.h>  #include <errno.h>
36    #include <error.h>
37  #include <unistd.h>  #include <unistd.h>
38  #include <stdio.h>  #include <stdio.h>
39    
# Line 370  rpc_receive_thread () Line 371  rpc_receive_thread ()
371        int cc = read (main_udp_socket, buf, 1024 + read_size);        int cc = read (main_udp_socket, buf, 1024 + read_size);
372        if (cc == -1)        if (cc == -1)
373          {          {
374            perror ("nfs read");            error (0, errno, "nfs read");
375            continue;            continue;
376          }          }
377        else        else

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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