Changes in uspace/app/bdsh/cmds/modules/cmp/cmp.c [f3a37e28:44ecf89] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c
rf3a37e28 r44ecf89 107 107 108 108 if (offset[0] != offset[1] || 109 bcmp(buffer[0], buffer[1], offset[0])) {109 memcmp(buffer[0], buffer[1], offset[0]) != 0) { 110 110 rc = 1; 111 111 goto end;
Note:
See TracChangeset
for help on using the changeset viewer.