On Tue, 22 Dec 2015, David Coppa wrote: > I suspect this broke my 3G connection:
Oops. Sorry. Try this diff (already committed): --- sys/kern/tty_conf.c +++ sys/kern/tty_conf.c @@ -42,6 +42,11 @@ #include <sys/tty.h> #include <sys/conf.h> +#include "ppp.h" +#include "nmea.h" +#include "msts.h" +#include "endrun.h" + #define ttynodisc ((int (*)(dev_t, struct tty *, struct proc *))enodev) #define ttyerrclose ((int (*)(struct tty *, int flags, struct proc *))enodev) #define ttyerrio ((int (*)(struct tty *, struct uio *, int))enodev)
