comparison src/getloadavg.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 557eaa0339bf
children 90d73dddcdc4
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
78 #ifdef unix 78 #ifdef unix
79 #include <sys/param.h> 79 #include <sys/param.h>
80 #endif 80 #endif
81 81
82 #ifdef XEMACS 82 #ifdef XEMACS
83 #include "lisp.h" /* for encapsulated open, close, read, write */ 83 #include "lisp.h"
84 #include "sysfile.h" /* for encapsulated open, close, read, write */
84 #endif /* XEMACS */ 85 #endif /* XEMACS */
85 86
86 /* Exclude all the code except the test program at the end 87 /* Exclude all the code except the test program at the end
87 if the system has its own `getloadavg' function. 88 if the system has its own `getloadavg' function.
88 89