mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix gcc ident pragma warnings
Remove all ident pragmas which are unknown to gcc. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
0e5b68e015
commit
e5dc681a50
@@ -218,7 +218,11 @@ struct partition64 {
|
||||
/*
|
||||
* Number of EFI partitions
|
||||
*/
|
||||
#if defined(__linux__)
|
||||
#define EFI_NUMPAR 128 /* Expected by parted-1.8.1 */
|
||||
#else
|
||||
#define EFI_NUMPAR 9
|
||||
#endif
|
||||
|
||||
#ifndef _KERNEL
|
||||
extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **);
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#ifndef _SYS_UUID_H
|
||||
#define _SYS_UUID_H
|
||||
|
||||
#pragma ident "%Z%%M% %I% %E% SMI"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user