HardenedBSD/sys/amd64
Nate Williams beb7ebb072 Added (protection) around negative constants, in case a program wants
to use the negative of that constant.

#define NEG_NUM -3
#define SAFE_NEG_NUM (-3)

i = -NEG_NUM;		/* Error --3 */
j = -SAFE_NEG_NUM	/* Okay -(-3) */
1993-06-30 22:59:18 +00:00
..
amd64
include Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
isa Obsolete if_we.c driver, more attach call to where it belongs. 1993-06-18 22:18:57 +00:00
Makefile