mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
cpio patches: whitespace cleanup
This commit is contained in:
@@ -35,7 +35,7 @@ diff -urN cpio-2.10/gnu/hash.c cpio-2.10-haiku/gnu/hash.c
|
||||
char *dirpath; /* A copy we can scribble NULs on. */
|
||||
struct stat stats;
|
||||
int retval = 0;
|
||||
+ char *slash;
|
||||
+ char *slash;
|
||||
mode_t tmpmode;
|
||||
mode_t invert_permissions;
|
||||
int we_are_root = getuid () == 0;
|
||||
|
||||
@@ -17,7 +17,7 @@ diff -urN cpio-2.11/src/makepath.c cpio-2.11-haiku/src/makepath.c
|
||||
char *dirpath; /* A copy we can scribble NULs on. */
|
||||
struct stat stats;
|
||||
int retval = 0;
|
||||
+ char *slash;
|
||||
+ char *slash;
|
||||
mode_t tmpmode;
|
||||
mode_t invert_permissions;
|
||||
int we_are_root = getuid () == 0;
|
||||
|
||||
Reference in New Issue
Block a user