mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
build
cmake_modules
conf
debian
docs
dtd
freeswitch.xcodeproj
fscomm
htdocs
libs
apr
apr-util
broadvoice
curl
esl
iksemel
ilbc
js
libdingaling
libedit
doc
examples
patches
00-vis.h.patch
01-term.c.patch
02-el_term.h.patch
03-unvis.c.patch
04-strlcpy.c.patch
05-strlcat.c.patch
06-readline.c.patch
07-sys.h.patch
08-el.h.patch
09-search.c.patch
10-readline.h.patch
11-el.c.patch
12-history.c.patch
13-vis.c.patch
14-fgetln.c.patch
15-filecomplete.c.patch
16-tc1.c.patch
17-editline.3.roff.patch
18-editrc.5.roff.patch
README
cvs_export.sh
extra_dist_list.sh
patches_apply.sh
patches_check.sh
patches_make.sh
timestamp.cvsexport
update_dist.sh
update_version.sh
src
CMakeLists.txt
COPYING
ChangeLog
INSTALL
Makefile.am
THANKS
acinclude.m4
configure.ac
configure.gnu
libedit.pc.in
libg722_1
libnatpmp
libsndfile
libteletone
miniupnpc
pcre
portaudio
sofia-sip
spandsp
speex
sqlite
srtp
stfu
tiff-3.8.2
udns
unimrcp
win32
xmlrpc-c
yaml
patches
scripts
src
support-d
w32
.version.in
CMakeLists.txt
Freeswitch.2005.unsupported.sln
Freeswitch.2008.express.sln
Freeswitch.2008.sln
Freeswitch.2008.sln.debug.bat
Freeswitch.2008.sln.release.bat
INSTALL
Makefile.am
acinclude.m4
bootstrap.sh
configure.in
freeswitch.spec
20 lines
447 B
Diff
20 lines
447 B
Diff
![]() |
--- export/src/unvis.c 2007-08-31 00:02:46.000000000 +0200
|
||
|
+++ ../src/unvis.c 2007-08-31 00:03:08.000000000 +0200
|
||
|
@@ -29,7 +29,7 @@
|
||
|
* SUCH DAMAGE.
|
||
|
*/
|
||
|
|
||
|
-#include <sys/cdefs.h>
|
||
|
+#include <config.h>
|
||
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||
|
#if 0
|
||
|
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
|
||
|
@@ -38,7 +38,6 @@
|
||
|
#endif
|
||
|
#endif /* LIBC_SCCS and not lint */
|
||
|
|
||
|
-#include "namespace.h"
|
||
|
#include <sys/types.h>
|
||
|
|
||
|
#include <assert.h>
|