/[hurd]/hurd/trans/ifsock.c
ViewVC logotype

Diff of /hurd/trans/ifsock.c

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

revision 1.9 by roland, Mon Feb 26 04:16:01 2001 UTC revision 1.10 by neal, Tue Mar 26 19:11:46 2002 UTC
# Line 1  Line 1 
1  /* Server for S_IFSOCK nodes  /* Server for S_IFSOCK nodes
2     Copyright (C) 1994, 1995, 2001 Free Software Foundation     Copyright (C) 1994, 1995, 2001, 02 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 89  main (int argc, char **argv) Line 89  main (int argc, char **argv)
89      address_port = MACH_PORT_NULL;      address_port = MACH_PORT_NULL;
90    else    else
91      {      {
92        errno = socket_fabricate_address (pflocal, AF_LOCAL, &address_port);        err = socket_fabricate_address (pflocal, AF_LOCAL, &address_port);
93        if (errno)        if (err)
94          address_port = MACH_PORT_NULL;          address_port = MACH_PORT_NULL;
95        mach_port_deallocate (mach_task_self (), pflocal);        mach_port_deallocate (mach_task_self (), pflocal);
96      }      }

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

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