[Home]

Summary:ASTERISK-11361: Can't compile with dev-mode
Reporter:Olle Johansson (oej)Labels:
Date Opened:2008-02-02 10:08:25.000-0600Date Closed:2008-02-04 15:12:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20080204__bug11908.diff.txt
Description: [CC] ast_expr2f.c -> ast_expr2f.o
  [CC] asterisk.c -> asterisk.o
asterisk.c: In function 'main':
asterisk.c:3073: warning: 'daemon' is deprecated (declared at /usr/include/stdlib.h:283)

OS/X 9.1.0 Darwin Kernel Version 9.1.0 "Leopard"
Comments:By: Tilghman Lesher (tilghman) 2008-02-03 12:05:56.000-0600

Please complain to Apple.  The daemon(3) API call is a standard Unix call, and Apple does not have the authority to deprecate it.

By: Digium Subversion (svnbot) 2008-02-04 15:03:12.000-0600

Repository: asterisk
Revision: 102323

U   branches/1.4/configure
U   branches/1.4/configure.ac
U   branches/1.4/include/asterisk/autoconfig.h.in
U   branches/1.4/main/asterisk.c
U   branches/1.4/utils/muted.c

------------------------------------------------------------------------
r102323 | tilghman | 2008-02-04 15:03:10 -0600 (Mon, 04 Feb 2008) | 7 lines

Cross-platform fix:  OS X now deprecates the use of the daemon(3) API.
(closes issue ASTERISK-11361)
Reported by: oej
Patches:
      20080204__bug11908.diff.txt uploaded by Corydon76 (license 14)
Tested by: Corydon76

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=102323

By: Digium Subversion (svnbot) 2008-02-04 15:12:31.000-0600

Repository: asterisk
Revision: 102329

_U  trunk/
U   trunk/configure
U   trunk/configure.ac
U   trunk/include/asterisk/autoconfig.h.in
U   trunk/main/asterisk.c
U   trunk/utils/muted.c

------------------------------------------------------------------------
r102329 | tilghman | 2008-02-04 15:12:30 -0600 (Mon, 04 Feb 2008) | 15 lines

Merged revisions 102323 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102323 | tilghman | 2008-02-04 15:06:09 -0600 (Mon, 04 Feb 2008) | 7 lines

Cross-platform fix:  OS X now deprecates the use of the daemon(3) API.
(closes issue ASTERISK-11361)
Reported by: oej
Patches:
      20080204__bug11908.diff.txt uploaded by Corydon76 (license 14)
Tested by: Corydon76

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=102329