#ifndef COOKIE_H #define COOKIE_H extern void to_std_log(FILE **fp); #endif /* COOKIE_H */ t' type='text/css' href='/cgit.css'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-09-23 14:04:38 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-23 14:05:08 +0100
commit98dafac5697fbe1fb4bef9e3204baf9051641b00 (patch)
treed03c8d938f336f1f14f3f3fdeb3c514def6cd374
parent90bd684ded900673d86f64f4b4197704a38f04bc (diff)
rxrpc: Use before_eq() and friends to compare serial numbers
before_eq() and friends should be used to compare serial numbers (when not checking for (non)equality) rather than casting to int, subtracting and checking the result. Signed-off-by: David Howells <dhowells@redhat.com>