~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to snmplib/getopt.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

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.0.6.1 2005/10/27 09:43:09 dts12 Exp $";
 
35
    "$Id: getopt.c,v 5.1 2005/10/27 09:43:13 dts12 Exp $";
36
36
#endif                          /* LIBC_SCCS and not lint */
37
37
 
38
38
#include <stdio.h>