freebsd-ports/graphics/inventor/files/patch-tools-ppp_ppp.c++
Pietro Cerutti 047129ab56 - Fix build with modern compilers
PR:		182900
Submitted by:	gahr
Approved by:	maintainer
2013-10-21 07:29:28 +00:00

11 lines
321 B
C++

--- tools/ppp/ppp.c++.orig 2013-10-10 14:43:30.000000000 +0200
+++ tools/ppp/ppp.c++ 2013-10-10 14:48:56.000000000 +0200
@@ -627,7 +627,7 @@
//
//////////////////////////////////////////////////////////////////////////////
-main(int, char *argv[])
+int main(int, char *argv[])
{
char buf[1024];
Line line;