(watch_object, Fcons (Qwrite, Qnil), XCAR (XCDR (old_entry)), Qnil);
/* Status change time has been changed, the file attributes
have changed. */
- if (NILP (Fequal (Fnth (make_fixnum (3), old_entry),
- Fnth (make_fixnum (3), new_entry))))
+ if (NILP (Fequal (Fnth (make_fixnum (3), old_entry),
+ Fnth (make_fixnum (3), new_entry))))
kqueue_generate_event
(watch_object, Fcons (Qattrib, Qnil),
XCAR (XCDR (old_entry)), Qnil);
Lisp_Object
system_process_attributes (Lisp_Object pid)
{
- int proc_id, nentries, fscale, i;
+ int proc_id, fscale, i;
int pagesize = getpagesize ();
int mib[6];
size_t len;