Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Oct 2000 06:01:32 +0000 (06:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Oct 2000 06:01:32 +0000 (06:01 +0000)
* version.h (VERSION): Bump to 2.1.96.

ChangeLog
posix/tst-chmod.c
version.h

index 60bc0db..d55310e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
 
+       * version.h (VERSION): Bump to 2.1.96.
+
        * posix/tst-chmod.c (do_test): Account for people running the
        tests as root.
 
index b031fbe..70f4de0 100644 (file)
@@ -153,7 +153,7 @@ do_test (int argc, char *argv[])
        }
       close (fd);
     }
-  if (errno != EACCES)
+  else if (errno != EACCES)
     {
       puts ("creat didn't generate correct errno value");
       result = 1;
@@ -177,7 +177,7 @@ do_test (int argc, char *argv[])
        }
       close (fd);
     }
-  if (errno != EACCES)
+  else if (errno != EACCES)
     {
       puts ("creat didn't generate correct errno value");
       result = 1;
index 3780a3c..f69fb8b 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "development"
-#define VERSION "2.1.95"
+#define VERSION "2.1.96"