]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: don't use "new" in header file
authorKarel Zak <kzak@redhat.com>
Mon, 19 Dec 2011 21:51:38 +0000 (22:51 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Dec 2011 21:51:38 +0000 (22:51 +0100)
Reported-by: ben <benscott@nwlink.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/libmount.h.in

index 95a710e2fc7e0d86edaf03f83aaa7e3bc1c1d557..7cc6cb607ea9201dfa94aab42be5855c8f4fc536 100644 (file)
@@ -341,8 +341,8 @@ extern struct libmnt_tabdiff *mnt_new_tabdiff(void);
 extern void mnt_free_tabdiff(struct libmnt_tabdiff *df);
 
 extern int mnt_diff_tables(struct libmnt_tabdiff *df,
-                          struct libmnt_table *old,
-                          struct libmnt_table *new);
+                          struct libmnt_table *old_tab,
+                          struct libmnt_table *new_tab);
 
 extern int mnt_tabdiff_next_change(struct libmnt_tabdiff *df,
                                   struct libmnt_iter *itr,