On Jan 24, 2007 09:33 -0700, Snider, Tim wrote: > I corrected an error yesterday in mkfs_lustre.c return value of > getopt_long call was being assigned to a char var not long. Caused the > gcc cross compiler to optimize out the termination condition since a > char can never equal EOF (-1).
Does your embedded arch use an unsigned char instead of a signed char by default? Please forward patches to the list so that they can be discussed and incorporated upstream. Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. _______________________________________________ Lustre-devel mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-devel
