summaryrefslogtreecommitdiff
path: root/data_blob.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-27data_blob: change for loop indices to a unsigned intJeff Layton1-2/+2
To silence these warnings: data_blob.c: In function ‘data_blob_hex_string_lower’: data_blob.c:155:16: warning: comparison between signed and unsigned integer expressions data_blob.c: In function ‘data_blob_hex_string_upper’: data_blob.c:172:16: warning: comparison between signed and unsigned integer expressions Signed-off-by: Jeff Layton <jlayton@samba.org>
2010-02-07cifs.upcall: borrow some of the samba headersJeff Layton1-0/+252
Signed-off-by: Jeff Layton <jlayton@redhat.com>