]> granicus.if.org Git - sudo/commitdiff
added solaris changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 May 1994 16:51:33 +0000 (16:51 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 May 1994 16:51:33 +0000 (16:51 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8c9b1c5a761825a2a91d6b7e3e9c831f892952db..d7009179c9a52cca60fe871d3c5e6129402213fc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-CHANGES between sudo 1.2 (unofficial version)
+CHANGES from sudo 1.2 (unofficial version)
 
 01) sudo now works under hpux, aix, sunos, bsd43, ultrix, linux, osf and irix.
 
@@ -50,7 +50,7 @@ CHANGES between sudo 1.2 (unofficial version)
 17) The bulk of sudo now runs with the caller's real uid.  Grep for
     be_root() to find the exceptions.
 
-CHANGES between sudo 1.3
+CHANGES from sudo 1.3
 
 18) Added SECURE_PATH as suggested by russells@ccu1.auckland.ac.nz.
 
@@ -90,3 +90,9 @@ CHANGES between sudo 1.3
 29) _BSD_COMPAT is now defined for Irix.
 
 30) The global variable uid is now initialized to -2 because I'm paranoid.
+
+31) Native Solaris 2 port from Matthew.Stier@aisg.com
+
+32) Now use sysconf(2) instead of getdtablesize(2) if it is available
+    (see change #31).  Because of the the getdtablesize() emulation for
+    hpux is no longer necesary.