Diff for /embedaddon/quagga/lib/getopt1.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2016/11/02 10:09:10
Line 19 Line 19
    along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    USA.  */     USA.  */
   
 #ifdef HAVE_CONFIG_H  
 #include <config.h>  
 #endif  
   
 #include <zebra.h>  #include <zebra.h>
 #include "getopt.h"  #include "getopt.h"
Line 95  getopt_long_only (argc, argv, options, long_options, o Line 91  getopt_long_only (argc, argv, options, long_options, o
   
   
 #endif  /* Not ELIDE_CODE.  */  #endif  /* Not ELIDE_CODE.  */
 #ifdef TEST  #ifdef TEST
   
 #include <stdio.h>  #include <stdio.h>

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>