1
0
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:
Matthias Andree 2012-04-01 15:39:56 +00:00
parent eca19c65fc
commit 4512e6eeb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294083

View 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;