~ubuntu-branches/ubuntu/saucy/ucarp/saucy

« back to all changes in this revision

Viewing changes to src/bsd-getopt_long.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Evans
  • Date: 2004-12-24 12:39:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041224123930-9qnzcd6o5j0jjjvm
Tags: 1.1-2
Patched to correct a bug that caused upscript to also be applied
when state changed to BACKUP, if --dowscript was passed before
--upscript, (Closes: #284891). Thanks Michail Bachmann
<michail.bachmann@cms.hu-berlin.de>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/*      $OpenBSD: getopt_long.c,v 1.13 2003/06/03 01:52:40 millert Exp $        */
3
 
/*      $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $      */
 
2
/*      $OpenBSD: getopt_long.c,v 1.13 2003/06/03 01:52:40 millert Exp $        */
 
3
/*      $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $      */
4
4
 
5
5
/*
6
6
 * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>