Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(393)

Issue 1917045: code review 1917045: sam: use ulong as type of dev consistently (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by rsc
Modified:
14 years, 5 months ago
Reviewers:
CC:
r
Visibility:
Public.

Description

sam: use ulong as type of dev consistently Otherwise io.c:39 compares int != ulong, causing spurious file modification warnings when dev doesn't fit in an int.

Patch Set 1 #

Patch Set 2 : code review 1917045: sam: use ulong as type of dev consistently #

Patch Set 3 : code review 1917045: sam: use ulong as type of dev consistently #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/sam/sam.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r, I'd like you to review this change.
14 years, 5 months ago (2010-08-04 23:46:40 UTC) #1
r
LGTM
14 years, 5 months ago (2010-08-05 00:29:55 UTC) #2
rsc
14 years, 5 months ago (2010-08-05 00:36:07 UTC) #3
*** Submitted as adad7d4a9d59 ***

sam: use ulong as type of dev consistently

Otherwise io.c:39 compares int != ulong,
causing spurious file modification warnings
when dev doesn't fit in an int.

R=r
http://codereview.appspot.com/1917045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b