[Home]

Summary:ASTERISK-10276: [patch] Use of err() replace with fprintf solaris fix
Reporter:snuffy (snuffy)Labels:
Date Opened:2007-09-10 23:55:33Date Closed:2007-09-11 07:51:31
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_minivm
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) minivm.diff
Description:Would report errors, since err() is not standard in solaris.
Changed offending lines in minivm files.
Comments:By: Digium Subversion (svnbot) 2007-09-11 07:51:31

Repository: asterisk
Revision: 82231

------------------------------------------------------------------------
r82231 | file | 2007-09-11 07:51:29 -0500 (Tue, 11 Sep 2007) | 6 lines

(closes issue ASTERISK-10276)
Reported by: snuffy
Patches:
     minivm.diff uploaded by snuffy (license 35)
Instead of using err (which is not available under Solaris) use fdprintf with stderr.

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