patch-arcdata_c 577 B

12345678910111213
  1. $OpenBSD: patch-arcdata_c,v 1.3 2011/05/23 13:42:10 gsoares Exp $
  2. --- arcdata.c.orig Sat Aug 7 10:06:42 2010
  3. +++ arcdata.c Thu May 19 23:35:46 2011
  4. @@ -35,7 +35,7 @@ char tmpchr[2] = "-";/* Temporary file pref
  5. #if GEMDOS
  6. int hold = 0; /* true to pause before exit */
  7. #endif
  8. -int warn = 1; /* true to print warnings */
  9. +int arcwarn = 1; /* true to print warnings */
  10. int note = 1; /* true to print comments */
  11. int bose = 0; /* true to be verbose */
  12. int nocomp = 0; /* true to suppress compression */