~ubuntu-branches/ubuntu/trusty/libuser/trusty

« back to all changes in this revision

Viewing changes to python/admin.c

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2008-03-11 17:40:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080311174021-vngcaurluxihaht4
Tags: 1:0.56.8.dfsg.1-1
* New upstream release
* New download homepage at copyright file
* Lintian clean: copyright-without-copyright-notice 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
16
 */
17
17
 
18
 
#ident "$Id: admin.c,v 1.47 2007/10/11 03:18:34 mitr Exp $"
19
 
 
20
18
#include <Python.h>
21
 
#ifdef HAVE_CONFIG_H
22
 
#include "config.h"
23
 
#endif
 
19
#include <config.h>
24
20
#include <grp.h>
25
21
#include <pwd.h>
26
22
#include <stdlib.h>