diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-31 17:20:18 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-31 17:20:18 +0000 |
commit | 3898f250e03460038fae7b48495b2a25f05f6b71 (patch) | |
tree | 90a324c850ce78c26f89215254166e68243995fe /net/ppxp/files/patch-ac | |
parent | Upgrade to 0.3.90 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=15740
Diffstat (limited to 'net/ppxp/files/patch-ac')
-rw-r--r-- | net/ppxp/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ppxp/files/patch-ac b/net/ppxp/files/patch-ac new file mode 100644 index 000000000000..f0566661411e --- /dev/null +++ b/net/ppxp/files/patch-ac @@ -0,0 +1,8 @@ +--- 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" |