1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/cad/spice/files/patch-src_bin_procmod.c
Martin Wilke 00899d7b5f - Fix build with CLANG
PR:		158270
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> (maintainer)
2011-06-25 07:46:56 +00:00

12 lines
223 B
C

--- src/bin/proc2mod.c.orig 2011-06-24 16:07:41.000000000 +0000
+++ src/bin/proc2mod.c 2011-06-24 16:08:43.000000000 +0000
@@ -51,7 +51,7 @@
char *dataline;
-void
+int
main() {
char *typeline;
char *prname;