]> code.delx.au - gnu-emacs/commitdiff
* s/sol2-6.h (HAVE_LIBKSTAT): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Jul 2012 20:40:18 +0000 (13:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Jul 2012 20:40:18 +0000 (13:40 -0700)
Fixes: debbugs:11914
src/ChangeLog
src/s/sol2-6.h

index 5c5f963f61bec7bce5dbdd951fd75670ce834d84..2dad6bedfcbce457f0475f4d0be5a32d6e04eac8 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * s/sol2-6.h (HAVE_LIBKSTAT): Remove.  (Bug#11914)
+
 2012-07-11  Glenn Morris  <rgm@gnu.org>
 
        * s/darwin.h, s/gnu-linux.h, s/template.h:
index ec45748e03a421bcb33ec2f68ce1c69af82b9a0b..a0d3db58f281b7b1a6407e9536004c28a659f8f7 100644 (file)
@@ -26,13 +26,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define POSIX
 
-/* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
-   ghazi@caip.rutgers.edu, 7/21/97.  Don't redefine if already defined
-   (e.g., by config.h). */
-#ifndef HAVE_LIBKSTAT
-#define HAVE_LIBKSTAT
-#endif
-
 /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific.
    It may also be appropriate for SVR4.x