diff options
author | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
commit | a73e3b64ee0001a3a427ff5243d364b4de1b2aa2 (patch) | |
tree | b5c840468f848da0c2f03c2599b8623f393ee72d /usr/src/uts | |
parent | 0381111d9dabe1c1f33e656a47ee6c91c399c7e5 (diff) | |
download | illumos-joyent-smatch.tar.gz |
last fixes hopefullysmatch
Diffstat (limited to 'usr/src/uts')
-rw-r--r-- | usr/src/uts/intel/ip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/intel/ip/Makefile b/usr/src/uts/intel/ip/Makefile index 4b2cf81964..db2647e0a3 100644 --- a/usr/src/uts/intel/ip/Makefile +++ b/usr/src/uts/intel/ip/Makefile @@ -74,7 +74,6 @@ SMOFF += index_overflow # need work still $(OBJS_DIR)/igmp.o := SMOFF += shift_to_zero -$(OBJS_DIR)/ip.o := SMOFF += shift_to_zero $(OBJS_DIR)/tnet.o := SMOFF += shift_to_zero SMOFF += signed,all_func_returns SMOFF += signed_integer_overflow_check |