1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c
Diane Bruce 2c99c062fb Update to 0.20
Clean up submitted patch to work with system clang compiler
Change to new upstream repository

PR:		ports/206705
Submitted by:	takefu@airport.fm
2016-02-20 17:21:29 +00:00

12 lines
304 B
C

--- p3dmodem/genp3dtbl.c.orig 2002-08-09 20:01:52 UTC
+++ p3dmodem/genp3dtbl.c
@@ -39,6 +39,8 @@
#include <float.h>
#include <stdio.h>
+unsigned int log_verblevel;
+
/* ---------------------------------------------------------------------- */
extern inline unsigned int hweight32(unsigned int w)