~ubuntu-branches/debian/squeeze/util-vserver/squeeze

« back to all changes in this revision

Viewing changes to src/vspace.c

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2010-04-13 12:36:17 UTC
  • Revision ID: james.westby@ubuntu.com-20100413123617-ve6wgautfmwfhnkc
Tags: 0.30.216-pre2864-2
* Switch to dpkg-source 3.0 (quilt) format
* Fix bashisms in helper scripts (Closes: #530995)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: vspace.c 2858 2009-11-20 14:39:16Z dhozac $    --*- c -*--
 
1
// $Id: vspace.c 2817 2008-10-31 04:45:26Z dhozac $    --*- c -*--
2
2
 
3
3
// Copyright (C) 2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4
4
// Copyright (C) 2007 Daniel Hokka Zakrisson
171
171
  int                   sum        = 0;
172
172
  
173
173
  while (1) {
174
 
    int                 c = getopt_long(argc, argv, "+nsce:m:i:" "MFIUSPN", CMDLINE_OPTIONS, 0);
 
174
    int                 c = getopt_long(argc, argv, "+nsce:m:" "MFIUSPN", CMDLINE_OPTIONS, 0);
175
175
    uint_least64_t      thisbit = 0;
176
176
    if (c==-1) break;
177
177