mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
11 lines
373 B
C
11 lines
373 B
C
--- StreamingProxy.tproj/proxy.c.orig Sat Feb 10 04:02:08 2007
|
|
+++ StreamingProxy.tproj/proxy.c Sat Feb 10 04:02:33 2007
|
|
@@ -203,7 +203,7 @@
|
|
{
|
|
int i, j;
|
|
int numOptions = 0; // num command line options spec'd
|
|
- signed char ch;
|
|
+ int ch;
|
|
int listening_port = 554, user_listener = false;
|
|
time_t time_zero, now, last;
|
|
time_t usnow, uslast;
|