bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] rcp -p bug


From: Alfred M\. Szmidt
Subject: Re: [bug-inetutils] rcp -p bug
Date: Fri, 13 Jan 2006 22:50:15 +0100

Thanks for the reminder, I totally forgot about this.

I can't commit this right now, but could someone (Sergey, Alain?)
commit the following patch?

--- inetutils-1.4.2-orig/rcp/rcp.c      2002-09-02 15:14:39.000000000 +0100
+++ inetutils-1.4.2/rcp/rcp.c   2005-01-22 23:07:25.728412800 +0000
@@ -498,7 +498,7 @@
 #endif
 
   snprintf (buf, sizeof(buf), "T%ld %ld %ld %ld\n",
-           a_sec, a_usec, m_sec, m_usec);
+           m_sec, m_usec, a_sec, a_usec);
   return write (fd, buf, strlen (buf));
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]