summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/net/if_pppvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/net/if_pppvar.h')
-rw-r--r--c/src/exec/libnetworking/net/if_pppvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libnetworking/net/if_pppvar.h b/c/src/exec/libnetworking/net/if_pppvar.h
index 374fac3b11..2b4cd7d9de 100644
--- a/c/src/exec/libnetworking/net/if_pppvar.h
+++ b/c/src/exec/libnetworking/net/if_pppvar.h
@@ -105,6 +105,7 @@ struct ppp_softc {
short sc_outfcslen; /* length of output fcs data */
u_char sc_outfcsbuf[8]; /* output packet fcs buffer */
u_char *sc_outbuf; /* pointer to output data */
+ u_char sc_outchar;
rtems_id sc_rxtask;
rtems_id sc_txtask;