ports/security/slurpie/files/patch-src_node.c
Kurt Jaeger 64bf37dd0e security/slurpie: change use of _offset to ftell
- canonize patches, while there

PR:		205230
Submitted by:	jhb
2016-01-24 14:27:14 +00:00

11 lines
283 B
C

--- src/node.c.orig 1999-01-30 21:10:17 UTC
+++ src/node.c
@@ -102,7 +102,7 @@ void clean_up( int exit_status )
/////////////////////////////
-int main( int argc, u_char **argv )
+int main( int argc, char **argv )
{
u_int exit_state = 0;
global.self.addr.sin_port = 0;