~ubuntu-branches/ubuntu/dapper/asterisk/dapper-security

« back to all changes in this revision

Viewing changes to editline/readline.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-05-18 10:21:06 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060518102106-5vgpbtylsvr9jiu3
Tags: 1:1.2.7.1.dfsg-2ubuntu1
* Resynchronized with Debian, only Ubuntu changes:
  - debian/*.init:
    - create /var/run/ directory if necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include <stdlib.h>
52
52
#include <unistd.h>
53
53
#include <limits.h>
 
54
 
 
55
#ifdef SOLARIS
 
56
#include <alloca.h>
 
57
#endif
 
58
 
54
59
#include "histedit.h"
55
60
#include "readline/readline.h"
56
61
#include "el.h"