there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-06-09 20:40:10 +00:00
parent b31b0be819
commit 8d88bf549d
10 changed files with 67 additions and 69 deletions

1
plc.c
View File

@@ -37,7 +37,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include "asterisk/plc.h"