aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-20 00:40:29 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-20 00:40:29 +0000
commit7737947be36ed9aa828d7d954d978a192ef1b45e (patch)
tree4e1f772c02091e828e445c44afc840f08db1e4ef /res
parent006a2cd5084ffc55aa799e0930f09d633c281a2d (diff)
Oops. This module uses the generic timer and no longer uses DAHDI.
This causes a problem with the Solaris and other system builds that have gcc 4.1 (where optional_api is non-optional). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292376 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_musiconhold.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index f0ef9b88c..bce86a8e7 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -1,7 +1,7 @@
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 1999 - 2006, Digium, Inc.
+ * Copyright (C) 1999 - 2010, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
@@ -27,7 +27,6 @@
/*** MODULEINFO
<conflict>win32</conflict>
- <use>dahdi</use>
***/
#include "asterisk.h"