*** ./getopt.c.ORIG Mon Jul 26 10:49:38 2010 --- ./getopt.c Mon Jul 26 11:42:17 2010 *************** *** 23,30 **** --- 23,32 ---- /* This tells Alpha OSF/1 not to define a getopt prototype in . Ditto for AIX 3.2 and . */ + #ifndef _AIX51 #ifndef _NO_PROTO # define _NO_PROTO + #endif #endif #ifdef HAVE_CONFIG_H