mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 12:30:41 +00:00
More contributed BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -33,8 +33,8 @@ static char *breakcmd = "\0x10\0x03";
|
||||
|
||||
static char *desc = "A/Open (Rockwell Chipset) ITU-2 VoiceModem Driver";
|
||||
|
||||
int usecnt;
|
||||
pthread_mutex_t usecnt_lock = AST_MUTEX_INITIALIZER;
|
||||
static int usecnt;
|
||||
static pthread_mutex_t usecnt_lock = AST_MUTEX_INITIALIZER;
|
||||
|
||||
static char *aopen_idents[] = {
|
||||
/* Identify A/Open Modem */
|
||||
|
Reference in New Issue
Block a user