mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix build with clang.
Feature safe: yes
This commit is contained in:
parent
eca19c65fc
commit
4512e6eeb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294083
11
sysutils/e2fsprogs/files/patch-debugfs__debugfs.c
Normal file
11
sysutils/e2fsprogs/files/patch-debugfs__debugfs.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./debugfs/debugfs.c.orig 2012-03-26 19:36:24.000000000 +0200
|
||||
+++ ./debugfs/debugfs.c 2012-04-01 17:34:53.000000000 +0200
|
||||
@@ -1000,7 +1000,7 @@
|
||||
|
||||
if (common_args_process(argc, argv, 2, 3, argv[0], "<file> [num]",
|
||||
CHECK_FS_RW | CHECK_FS_BITMAPS))
|
||||
- return 1;
|
||||
+ return;
|
||||
if (check_fs_read_write(argv[0]))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user