opnsense-ports/mail/emil/files/patch-charset_conv.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
326 B
C

--- charset/conv.c.orig 2011-07-25 20:26:26.000000000 +0200
+++ charset/conv.c 2011-07-25 20:25:30.000000000 +0200
@@ -65,10 +65,10 @@ Char *b, *bm;
}
-void
+int
main (argc, argv)
int argc;
- Char **argv;
+ char **argv;
{
Char s ARRAY(SLEN), r ARRAY(SLEN), *opt=NULL, *o=r, c;
char dk ARRAY(3), us ARRAY(3);