/[hurd]/hurd/ftpfs/ftpfs.c
ViewVC logotype

Diff of /hurd/ftpfs/ftpfs.c

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

revision 1.13 by marcus, Sat Apr 20 03:22:46 2002 UTC revision 1.14 by roland, Wed May 8 10:05:17 2002 UTC
# Line 87  cntl_debug (struct ftp_conn *conn, int t Line 87  cntl_debug (struct ftp_conn *conn, int t
87    mutex_lock (&debug_lock);    mutex_lock (&debug_lock);
88    if (debug_stream)    if (debug_stream)
89      {      {
90        fprintf (debug_stream, "%u.%s%s\n", (unsigned)conn->hook, type_str, txt);        fprintf (debug_stream, "%u.%s%s\n",
91                   (unsigned)(uintptr_t)conn->hook, type_str, txt);
92        fflush (debug_stream);        fflush (debug_stream);
93      }      }
94    mutex_unlock (&debug_lock);    mutex_unlock (&debug_lock);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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