diff options
author | Diane Bruce <db@FreeBSD.org> | 2013-12-15 00:50:37 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2013-12-15 00:50:37 +0000 |
commit | 6e6d1759d217d478d1671846b900e3539dab58ac (patch) | |
tree | df9a085070a1919ff9435428e6c6abee3ca39cf4 /comms/soundmodem/files/patch-soundcard_modem.h | |
parent | Support stage (diff) |
- Fix build on 10
- Add STAGEDIR
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=336502
Diffstat (limited to 'comms/soundmodem/files/patch-soundcard_modem.h')
-rw-r--r-- | comms/soundmodem/files/patch-soundcard_modem.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/soundmodem/files/patch-soundcard_modem.h b/comms/soundmodem/files/patch-soundcard_modem.h new file mode 100644 index 000000000000..a09ae14f6624 --- /dev/null +++ b/comms/soundmodem/files/patch-soundcard_modem.h @@ -0,0 +1,11 @@ +--- soundcard/modem.h.orig 2003-01-02 13:53:04.000000000 -0500 ++++ soundcard/modem.h 2013-12-14 17:32:44.000000000 -0500 +@@ -103,7 +103,7 @@ + extern void logprintf(unsigned int level, const char *fmt, ...); + extern void logerr(unsigned int level, const char *st); + extern unsigned int log_verblevel; +-extern inline int logcheck(unsigned int vl) ++static inline int logcheck(unsigned int vl) + { + return vl <= log_verblevel; + } |