X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fnt.c;h=63f682e7f2446dba2aba3393cb1f41fd7e633777;hb=7b4b1b26bb371112bf3e18732864bc08584127b6;hp=04dd4225f6ed5e2fb8a41b5a6efe7abbb049b872;hpb=dd8f4c0e5ff27909836e7478df6b17d816a0db28;p=chise%2Fxemacs-chise.git- diff --git a/src/nt.c b/src/nt.c index 04dd422..63f682e 100644 --- a/src/nt.c +++ b/src/nt.c @@ -69,20 +69,6 @@ getwd (char *dir) #endif } -/* Emulate getloadavg. */ -int -getloadavg (double loadavg[], int nelem) -{ - int i; - - /* A faithful emulation is going to have to be saved for a rainy day. */ - for (i = 0; i < nelem; i++) - { - loadavg[i] = 0.0; - } - return i; -} - /* Emulate getpwuid, getpwnam and others. */ #define PASSWD_FIELD_SIZE 256 @@ -1108,7 +1094,7 @@ readdir (DIR *dirp) } /* Emacs never uses this value, so don't bother making it match - value returned by stat(). */ + value returned by xemacs_stat(). */ dir_static.d_ino = 1; dir_static.d_reclen = sizeof (struct direct) - MAXNAMLEN + 3 +