]> code.delx.au - gnu-emacs/blobdiff - src/getloadavg.c
merge from upstream. currently seems to have bitroted and i get segfaults
[gnu-emacs] / src / getloadavg.c
index 779a0ef804c5e4dcb4b44787072007571e3dfc78..d9c24717b79d73309ba9036c588ea9572409f536 100644 (file)
@@ -355,10 +355,7 @@ extern int errno;
 #  define LDAV_SYMBOL "avenrun"
 # endif
 
-# ifdef HAVE_UNISTD_H
-#  include <unistd.h>
-# endif
-
+# include <unistd.h>
 # include <stdio.h>
 
 /* LOAD_AVE_TYPE should only get defined if we're going to use the
@@ -1038,5 +1035,3 @@ main (argc, argv)
 }
 #endif /* TEST */
 
-/* arch-tag: 2b37a242-6289-41f4-8cd5-0e73fd615db1
-   (do not change this comment) */