~ubuntu-branches/ubuntu/hardy/net-snmp/hardy-updates

« back to all changes in this revision

Viewing changes to snmplib/getopt.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * static char sccsid[] = "from: @(#)getopt.c   8.2 (Berkeley) 4/2/94"; 
33
33
 */
34
34
static char    *rcsid =
35
 
    "$Id: getopt.c,v 5.1 2005/10/27 09:43:13 dts12 Exp $";
 
35
    "$Id: getopt.c 13265 2005-10-27 09:43:13Z dts12 $";
36
36
#endif                          /* LIBC_SCCS and not lint */
37
37
 
38
38
#include <stdio.h>