~ubuntu-branches/ubuntu/precise/haproxy/precise-proposed

« back to all changes in this revision

Viewing changes to src/signal.c

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.1.7 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091019223145-259fs24dejjixo1f
Tags: 1.3.22-1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 */
12
12
 
13
13
#include <signal.h>
 
14
#include <string.h>
 
15
 
14
16
#include <proto/signal.h>
15
17
#include <proto/log.h>
16
18