freebsd-ports/net/twinkle/files/patch-src-parser_parser.yxx
Jose Alonso Cardenas Marquez f171404c45 - New port: net/twinkle
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol.

You can use it for direct IP phone to IP phone communication or in a network
using a SIP proxy to route your calls.

WWW:    http://www.twinklephone.com/

Approved by:	garga (mentor)
2006-07-30 21:21:10 +00:00

11 lines
261 B
Text

--- src/parser/parser.yxx Sat Apr 22 20:47:06 2006
+++ src/parser/parser.yxx Sat Apr 22 20:47:30 2006
@@ -48,7 +48,7 @@
%union {
int yyt_int;
- ulong yyt_ulong;
+ u_long yyt_ulong;
float yyt_float;
string *yyt_str;
t_parameter *yyt_param;