~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to ext/syslog/syslog.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-09-04 16:01:17 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904160117-i15zckg2nhxe9fyw
Tags: 1.9.0+20070830-2ubuntu1
* Sync from Debian; remaining changes:
  - Add -g to CFLAGS.
* Fixes build failure on ia64.
* Fixes build failure with gcc-4.2 on lpia.
* Robustify check for target_os, fixing build failure on lpia.
* Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * <amos+ruby@utdallas.edu>
5
5
 *
6
6
 * $RoughId: syslog.c,v 1.21 2002/02/25 12:21:17 knu Exp $
7
 
 * $Id: syslog.c 11708 2007-02-12 23:01:19Z shyouhei $
 
7
 * $Id: syslog.c 12501 2007-06-10 03:06:15Z nobu $
8
8
 */
9
9
 
10
 
#include "ruby.h"
11
 
#include "util.h"
 
10
#include "ruby/ruby.h"
 
11
#include "ruby/util.h"
12
12
#include <syslog.h>
13
13
 
14
14
/* Syslog class */