~ubuntu-branches/ubuntu/oneiric/spl/oneiric

« back to all changes in this revision

Viewing changes to spl_modules/mod_environ.c

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-07-02 01:21:57 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100702012157-wm6ie067a1kisj6d
Tags: 1.0~pre6-2
Brown paper bag release. Really change Build-Depends from libreadline5-dev
to libreadline-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * A module for accessing environment variables
24
24
 */
25
25
 
26
 
#define _GNU_SOURCE
27
 
 
28
26
#include <stdlib.h>
29
27
#include "spl.h"
30
28
#include "compat.h"