[Cmake-commits] [cmake-commits] hoffman committed libtar.c 1.19 1.19.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 28 12:17:19 EDT 2009


Update of /cvsroot/CMake/CMake/Utilities/cmtar
In directory public:/mounts/ram/cvs-serv18987/Utilities/cmtar

Modified Files:
      Tag: CMake-2-8
	libtar.c 
Log Message:
RC 4 merge


Index: libtar.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/libtar.c,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C 2 -d -r1.19 -r1.19.2.1
*** libtar.c	10 Jun 2009 15:49:02 -0000	1.19
--- libtar.c	28 Oct 2009 16:17:15 -0000	1.19.2.1
***************
*** 313,317 ****
  }
  
! 
  static void
  usage()
--- 313,317 ----
  }
  
! #if !defined(_WIN32) || defined(__CYGWIN__)
  static void
  usage()
***************
*** 323,327 ****
    exit(-1);
  }
! 
  
  #define MODE_LIST  1
--- 323,327 ----
    exit(-1);
  }
! #endif
  
  #define MODE_LIST  1



More information about the Cmake-commits mailing list