From f80143b5b5eecb2600d1d680fca3c2ecc90cbcbe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Aug 2003 20:22:52 +0000 Subject: [PATCH] * getloadavg.c: Sync with Emacs and then change to conform to GNU coding style. --- lib/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 66c575c89b..b85ad3b2aa 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +2003-08-04 Paul Eggert + + * getloadavg.c: Change copyright notice and spacing to conform to + GNU coding style. + +2003-08-04 Dave Love + + [From Emacs.] + + * getloadavg.c: Check `__unix' as well as `unix'. Use #ifdef, not + #if. Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE. Check + F_SETFD, not FD_SETFD. Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not + obsolete NLIST_NAME_UNION. + [__GNU__]: Undef BSD and FSCALE. + [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT. + 2003-08-03 Paul Eggert * stdbool_.h (_Bool): Make it signed char, instead of -- 2.30.2