Group: news.admin.netabuse.sightings · Group Profile · Search for Network bin ip1 in news.admin.netabuse.sightings
Author: spam
Date: Jul 14, 2008 09:01
There was a simpler upstream change to support Unix98 ptys through the use of openpty(), which I have applied instead. diff -u l2tpd-0.70-pre20031121/l2tpd.c l2tpd-0.70-pre20031121/l2tpd.c --- l2tpd-0.70-pre20031121/l2tpd.c +++ l2tpd-0.70-pre20031121/l2tpd.c @@ -42,6 +42,7 @@ #ifdef USE_KERNEL #include <sys/ioctl.h> #endif +#include <pty.h> #include "l2tp.h" struct tunnel_list
|