Update #ifndef/#defines
This commit is contained in:
parent
6d524f2906
commit
e23605530a
|
@ -24,8 +24,8 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SYS_ATOMIC_H
|
#ifndef _LIBSPL_ATOMIC_H
|
||||||
#define _SYS_ATOMIC_H
|
#define _LIBSPL_ATOMIC_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -435,4 +435,4 @@ extern uint32_t swapl(uint32_t *, uint32_t);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _SYS_ATOMIC_H */
|
#endif /* _LIBSPL_ATOMIC_H */
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DEVID_H
|
#ifndef _LIBSPL_DEVID_H
|
||||||
#define _DEVID_H
|
#define _LIBSPL_DEVID_H
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LIBDEVINFO_H
|
#ifndef _LIBSPL_LIBDEVINFO_H
|
||||||
#define _LIBDEVINFO_H
|
#define _LIBSPL_LIBDEVINFO_H
|
||||||
|
|
||||||
#endif /* _LIBDEVINFO_H */
|
#endif /* _LIBSPL_LIBDEVINFO_H */
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
* basic API declarations for share management
|
* basic API declarations for share management
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LIBSHARE_H
|
#ifndef _LIBSPL_LIBSHARE_H
|
||||||
#define _LIBSHARE_H
|
#define _LIBSPL_LIBSHARE_H
|
||||||
|
|
||||||
#endif /* _LIBSHARE_H */
|
#endif /* _LIBSPL_LIBSHARE_H */
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PRIV_H
|
#ifndef _LIBSPL_PRIV_H
|
||||||
#define _PRIV_H
|
#define _LIBSPL_PRIV_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ZONE_H
|
#ifndef _LIBSPL_ZONE_H
|
||||||
#define _ZONE_H
|
#define _LIBSPL_ZONE_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,4 +83,4 @@ extern int zone_list_datalink(zoneid_t, int *, char *);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _ZONE_H */
|
#endif /* _LIBSPL_ZONE_H */
|
||||||
|
|
Loading…
Reference in New Issue