Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/tests/getoptlong.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 11  Line 11 
11  #include <getopt.h>  #include <getopt.h>
12    
13  static int foo = 0;  static int foo = 0;
14    
15  static const struct option long_options[] = {  static const struct option long_options[] = {
16   { "first",   1, NULL, 'f' },   { "first",   1, NULL, 'f' },
17   { "second",  0, NULL, 's' },   { "second",  0, NULL, 's' },

Legend:
Removed from v.532  
changed lines
  Added in v.1297