[Home]

Summary:ASTERISK-03602: [patch] app.c will not compile
Reporter:jacs (jacs)Labels:
Date Opened:2005-02-28 09:30:38.000-0600Date Closed:2008-01-15 15:26:31.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app.c.patch.txt
Description:stat.h not included so stat structure is undefined. header included as per other modules such as dlfcn.c

****** ADDITIONAL INFORMATION ******

waiver on file
Comments:By: Clod Patry (junky) 2005-02-28 09:33:26.000-0600

waiver on file is disclaimer on file?

By: Olle Johansson (oej) 2005-02-28 14:52:32.000-0600

Can confirm this problem. Stat.h is recommended also in the linux manpage...

By: Mark Spencer (markster) 2005-02-28 17:20:33.000-0600

Fixed in CVS head.  Thanks.

By: Russell Bryant (russell) 2005-03-01 09:09:34.000-0600

I'm assuming this was only an issue for cvs head ...

By: Digium Subversion (svnbot) 2008-01-15 15:26:31.000-0600

Repository: asterisk
Revision: 5108

U   trunk/app.c

------------------------------------------------------------------------
r5108 | markster | 2008-01-15 15:26:30 -0600 (Tue, 15 Jan 2008) | 2 lines

Include stat.h to fix FreeBSD build (bug ASTERISK-3602)

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

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