Changeset 74d2017 in git for MP


Ignore:
Timestamp:
Sep 23, 2004, 12:03:30 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
daf8e173eb494f2eded1d6f2f0908fae7c441082
Parents:
481ed7f68993bf02f4d42dd61ae707209d68f66d
Message:
*hannes: 2-1-99


git-svn-id: file:///usr/local/Singular/svn/trunk@7487 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/MP_TcpTransp.c

    r481ed7 r74d2017  
    7474
    7575#ifndef lint
    76 static char vcid[] = "@(#) $Id: MP_TcpTransp.c,v 1.11 2001-11-05 17:11:11 Singular Exp $";
     76static char vcid[] = "@(#) $Id: MP_TcpTransp.c,v 1.12 2004-09-23 10:03:29 Singular Exp $";
    7777#endif /* lint */
    7878
     
    768768    sprintf(cport,"%d",tcp_rec->peerport);
    769769    argv[7] = cport;
    770 
     770#ifndef NO_LOGGING
     771    sprintf(log_msg, "open_tcp_fork:  child starti (pid=%d)",getpid());
     772#endif
    771773    /* establish connection */
    772774    stat = open_tcp_connect_mode(link, 8, argv);
Note: See TracChangeset for help on using the changeset viewer.