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));
 }


_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to