Changeset 249
- Timestamp:
- Sep 21, 2009, 8:32:16 PM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bignum.c
r248 r249 926 926 if (a->sign == BIG_SIGN_MINUS) 927 927 { 928 *n = -*n; ;928 *n = -*n; 929 929 } 930 930 return FALSE; -
trunk/src/sh_suidchk.c
r231 r249 462 462 int status; 463 463 int readFile = -1; 464 int writeFile = -1; ;464 int writeFile = -1; 465 465 struct stat fileInfo; 466 466 ssize_t count;
Note:
See TracChangeset
for help on using the changeset viewer.