mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
3898f250e0
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>
9 lines
210 B
Plaintext
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"
|