(closes issue #10692)

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.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82231 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-09-11 13:10:04 +00:00
parent c121ed6bec
commit a7d3a24fa5
4 changed files with 6 additions and 10 deletions

View File

@@ -40,7 +40,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <getopt.h>
#include <err.h>
#include "mm.h"

View File

@@ -40,7 +40,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <getopt.h>
#include <err.h>
#include "mm.h"