1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix build on -current

This commit is contained in:
Kris Kennaway 2002-09-05 09:12:37 +00:00
parent 64cee8ba33
commit f4126b0d7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65680

View File

@ -0,0 +1,10 @@
--- examples/rtp/rtpdemo.c.orig Thu Sep 5 01:15:41 2002
+++ examples/rtp/rtpdemo.c Thu Sep 5 01:15:23 2002
@@ -101,6 +101,7 @@
case RX_RTCP_FINISH:
case RR_TIMEOUT:
case RX_APP:
+ break;
}
fflush(stdout);
}