1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/ppxp/files/patch-ac
SADA Kenji 3898f250e0 This is a new user process PPP software pakgae. It is easy to setup
and has nice GUI to control connection. This PPP software make a
connection on demand and can traslate IP address and port numbers as
called as NAT. This spackage have many console programs, ppxp is
standard terminal oriented console, xppxp is X client console, tkppxp
is Tcl/Tk based console, and much more.
Submitted by:	Norio Suzuki <nosuzuki@e-mail.ne.jp>,
		KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
1998-12-31 17:20:18 +00:00

9 lines
210 B
Plaintext

--- console/forms/fip.c.orig Sat Dec 26 00:48:38 1998
+++ console/forms/fip.c Sat Dec 26 00:48:41 1998
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include "fppxp.h"