Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/networking/telnetd.ctrlSQ.patch

    r2725 r3621  
    9595+#ifdef TIOCPKT
    9696+   int control;
    97 +   static const char lflow_on[] =
     97+   static const char lflow_on[] ALIGN1 =
    9898+       {IAC, SB, TELOPT_LFLOW, LFLOW_ON, IAC, SE};
    99 +   static const char lflow_off[] =
     99+   static const char lflow_off[] ALIGN1 =
    100100+       {IAC, SB, TELOPT_LFLOW, LFLOW_OFF, IAC, SE};
    101101+# define RESERVED sizeof(lflow_on)
Note: See TracChangeset for help on using the changeset viewer.