1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/comms/grig/files/patch-ad
Kirill Ponomarev e25c01d1c5 Fix build with gcc-3.4
PR:		ports/71941
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2004-10-09 07:51:12 +00:00

19 lines
239 B
Plaintext

--- ./src/grig-config.c.orig Mon Sep 20 15:40:26 2004
+++ ./src/grig-config.c Mon Sep 20 15:41:25 2004
@@ -161,6 +161,7 @@
break;
#endif
default:
+ break;
}
}
@@ -209,6 +210,7 @@
break;
#endif
default:
+ break;
}
}