Searched hist:"06 eda379d4263d63853cad084178254d15664c5f" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/ldconfig/ |
H A D | Makefile | diff 06eda379d4263d63853cad084178254d15664c5f Fri Jan 14 13:22:57 CET 2005 Xin LI <delphij@FreeBSD.org> 64-bit clean + WARNS=6: - Convert the (char *) cast+cast backs magic to memcpy(3). Without this, the resulting code is potentially risky with higher optimization levels. - Avoid same name when calling local variables, as well as global symbols. This reduces confusion for both human and compiler. - Add necessary casts, consts - Use new style function defination. - Minor style.Makefile(5) tweak - Bump WARNS?= from 0 to 6
** for the aout code: changes are intentionally limited to ease maintaince. diff 06eda379d4263d63853cad084178254d15664c5f Fri Jan 14 13:22:57 CET 2005 Xin LI <delphij@FreeBSD.org> 64-bit clean + WARNS=6: - Convert the (char *) cast+cast backs magic to memcpy(3). Without this, the resulting code is potentially risky with higher optimization levels. - Avoid same name when calling local variables, as well as global symbols. This reduces confusion for both human and compiler. - Add necessary casts, consts - Use new style function defination. - Minor style.Makefile(5) tweak - Bump WARNS?= from 0 to 6
** for the aout code: changes are intentionally limited to ease maintaince.
|
H A D | ldconfig.c | diff 06eda379d4263d63853cad084178254d15664c5f Fri Jan 14 13:22:57 CET 2005 Xin LI <delphij@FreeBSD.org> 64-bit clean + WARNS=6: - Convert the (char *) cast+cast backs magic to memcpy(3). Without this, the resulting code is potentially risky with higher optimization levels. - Avoid same name when calling local variables, as well as global symbols. This reduces confusion for both human and compiler. - Add necessary casts, consts - Use new style function defination. - Minor style.Makefile(5) tweak - Bump WARNS?= from 0 to 6
** for the aout code: changes are intentionally limited to ease maintaince. diff 06eda379d4263d63853cad084178254d15664c5f Fri Jan 14 13:22:57 CET 2005 Xin LI <delphij@FreeBSD.org> 64-bit clean + WARNS=6: - Convert the (char *) cast+cast backs magic to memcpy(3). Without this, the resulting code is potentially risky with higher optimization levels. - Avoid same name when calling local variables, as well as global symbols. This reduces confusion for both human and compiler. - Add necessary casts, consts - Use new style function defination. - Minor style.Makefile(5) tweak - Bump WARNS?= from 0 to 6
** for the aout code: changes are intentionally limited to ease maintaince.
|