Update #ifndef/#defines

This commit is contained in:
Brian Behlendorf 2008-12-17 10:10:32 -08:00
parent 6d524f2906
commit e23605530a
6 changed files with 16 additions and 16 deletions

View File

@ -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 */

View File

@ -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>

View File

@ -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 */

View File

@ -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 */

View File

@ -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>

View File

@ -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 */