/[inetutils]/inetutils/uucpd/uucpd.c
ViewVC logotype

Diff of /inetutils/uucpd/uucpd.c

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

revision 1.17 by ams, Thu Sep 22 09:06:23 2005 UTC revision 1.18 by gray, Tue Oct 11 11:16:16 2005 UTC
# Line 352  dologin (struct passwd *pw, struct socka Line 352  dologin (struct passwd *pw, struct socka
352        strcpy (line, remotehost);        strcpy (line, remotehost);
353        SCPYN (ll.ll_line, line);        SCPYN (ll.ll_line, line);
354        SCPYN (ll.ll_host, remotehost);        SCPYN (ll.ll_host, remotehost);
355        (void) write (f, (char *) &ll, sizeof ll);        write (f, (char *) &ll, sizeof ll);
356        (void) close (f);        close (f);
357      }      }
358  #endif  #endif
359  }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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