]> git.sur5r.net Git - bacula/bacula/commitdiff
Truncate gcc 3.x version
authorKern Sibbald <kern@sibbald.com>
Sun, 13 Apr 2003 21:24:34 +0000 (21:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 13 Apr 2003 21:24:34 +0000 (21:24 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@440 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure
bacula/kernstodo
bacula/src/bc_types.h

index e786f0b2158d71493fc7059c79bffd1f16724cbe..39ab05ff4f008badd4d732e350918a2c3a5a62f3 100644 (file)
@@ -1441,8 +1441,8 @@ if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
    largefile_support="yes"
 fi
 
-CCVERSION=`${CC} --version`
-CXXVERSION=`${CXX} --version`
+CCVERSION=`${CC} --version | cut -b-15`
+CXXVERSION=`${CXX} --version | cut -b-15`
 
 echo "
 Configuration on `date`:
index 94b705982dc465ca0d27c0ab8e7f5fe17d967861..efd748ebe5e83c156f9b257a4baee5ab31cfe969 100755 (executable)
@@ -10183,8 +10183,8 @@ if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
    largefile_support="yes"
 fi
 
-CCVERSION=`${CC} --version`
-CXXVERSION=`${CXX} --version`
+CCVERSION=`${CC} --version | cut -b-15`
+CXXVERSION=`${CXX} --version | cut -b-15`
 
 echo "
 Configuration on `date`:
index 9b36ee6e18cefdfac53012481036b87ab69e6191..319233e8bcc897578894c9b7f09a20aead7fc8d6 100644 (file)
@@ -373,7 +373,7 @@ Item 5:   Implement Label templates
 
 
 Item 6:   Write a regression script.
-Started
+Done --   Continue to expand its testing.
 
   What:   This is an automatic script that runs and tests as many features
           of Bacula as possible. The output is compared to previous
index aa63873720f3f2f20988e40a2610e138216dfe19..a73546bace97bc80f4405c4717507c0b02fba55d 100644 (file)
@@ -181,7 +181,7 @@ typedef float             float32_t;
 #endif
 
 #ifndef HAVE_SOCKLEN_T
-#define socklen_t int
+#define socklen_t unsigned int
 #endif
 
 #ifdef HAVE_OLD_SOCKOPT