Bugfix: Moved definition of ppp_softc into source file.

This commit is contained in:
Thomas Doerfler
2008-05-27 10:33:22 +00:00
parent e9af8c57c2
commit a184e5ee44
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -132,6 +132,8 @@
#include <net/ppp-comp.h>
#endif
static struct ppp_softc ppp_softc[NPPP];
static int pppsioctl(struct ifnet *ifp, ioctl_command_t cmd, caddr_t data);
static void ppp_requeue(struct ppp_softc *);
#ifdef PPP_COMPRESS
-2
View File
@@ -117,8 +117,6 @@ struct ppp_softc {
rtems_id sc_pppdtask;
};
struct ppp_softc ppp_softc[NPPP];
struct ppp_softc *pppalloc(pid_t pid);
void pppdealloc(struct ppp_softc *sc);
int pppoutput(struct ifnet *, struct mbuf *,