ports/security/slurpie/files/patch-src_master.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
256 B
C

--- src/master.c.orig 1999-01-30 21:08:08 UTC
+++ src/master.c
@@ -132,7 +132,7 @@ char *get_time_str( u_int seconds )
return timestr;
}
-int main( int argc, u_char **argv )
+int main( int argc, char **argv )
{
static unsigned id, init_time;