Enclose entire header in #ifndef _LIBDISK_H_
This commit is contained in:
parent
eaf4d76326
commit
84f2123154
@ -10,6 +10,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _LIBDISK_H_
|
||||
#define _LIBDISK_H_
|
||||
|
||||
/* #define DEBUG 1 */
|
||||
/* You can define a particular architecture here if you are debugging. */
|
||||
/* #define P_DEBUG p_sparc64 */
|
||||
@ -362,3 +365,5 @@ __END_DECLS
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#endif /* _LIBDISK_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user