~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to sysvar.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-05-03 09:59:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080503095959-3zue1idtwaf9zu6m
Tags: 3.16.1-1
* New upstream release.
  - Fixes a segfault in the imklog input plugin. Closes: #479117

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * Module begun 2008-02-25 by Rainer Gerhards
7
7
 *
8
 
 * Copyright 2008 Rainer Gerhards and Adiscon GmbH.
9
 
 *
10
 
 * This file is part of rsyslog.
11
 
 *
12
 
 * Rsyslog is free software: you can redistribute it and/or modify
13
 
 * it under the terms of the GNU General Public License as published by
 
8
 * Copyright (C) 2008 by Rainer Gerhards and Adiscon GmbH.
 
9
 *
 
10
 * This file is part of the rsyslog runtime library.
 
11
 *
 
12
 * The rsyslog runtime library is free software: you can redistribute it and/or modify
 
13
 * it under the terms of the GNU Lesser General Public License as published by
14
14
 * the Free Software Foundation, either version 3 of the License, or
15
15
 * (at your option) any later version.
16
16
 *
17
 
 * Rsyslog is distributed in the hope that it will be useful,
 
17
 * The rsyslog runtime library is distributed in the hope that it will be useful,
18
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 
 * GNU General Public License for more details.
 
20
 * GNU Lesser General Public License for more details.
21
21
 *
22
 
 * You should have received a copy of the GNU General Public License
23
 
 * along with Rsyslog.  If not, see <http://www.gnu.org/licenses/>.
 
22
 * You should have received a copy of the GNU Lesser General Public License
 
23
 * along with the rsyslog runtime library.  If not, see <http://www.gnu.org/licenses/>.
24
24
 *
25
25
 * A copy of the GPL can be found in the file "COPYING" in this distribution.
 
26
 * A copy of the LGPL can be found in the file "COPYING.LESSER" in this distribution.
26
27
 */
27
28
 
28
29
#include "config.h"