mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix cstyle warnings
This patch contains no functional changes. It is solely intended to resolve cstyle warnings in order to facilitate moving the spl source code in to the zfs repository. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #681
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
*/
|
||||
|
||||
#ifndef _SPL_QSORT_H
|
||||
#define _SPL_QSORT_H
|
||||
#define _SPL_QSORT_H
|
||||
|
||||
#include <linux/sort.h>
|
||||
|
||||
#define qsort(base, num, size, cmp) sort(base, num, size, cmp, NULL)
|
||||
#define qsort(base, num, size, cmp) sort(base, num, size, cmp, NULL)
|
||||
|
||||
#endif /* SPL_QSORT_H */
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
*/
|
||||
|
||||
#ifndef _SPL_UTIL_SSCANF_H
|
||||
#define _SPL_UTIL_SSCANF_H
|
||||
#define _SPL_UTIL_SSCANF_H
|
||||
|
||||
#endif /* SPL_UTIL_SSCAN_H */
|
||||
|
||||
Reference in New Issue
Block a user