1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Unbreak under clang

Feature safe:	yes
This commit is contained in:
Diane Bruce 2011-06-30 18:49:26 +00:00
parent d116b360dd
commit 22f2bbf9d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276743

View File

@ -0,0 +1,11 @@
--- acfax.c.orig 2011-06-30 14:39:10.000000000 -0400
+++ acfax.c 2011-06-30 14:39:23.000000000 -0400
@@ -739,7 +739,7 @@
exit(0);
}
-void main(int argc, char **argv)
+int main(int argc, char **argv)
{
int i;
Pixel respix[20];