summaryrefslogtreecommitdiff
path: root/libexec/mount
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-04-02 23:19:55 +0100
committerRoger Leigh <rleigh@debian.org>2013-04-02 23:19:55 +0100
commitbb178973d5f697a02843e087566ae5c3c3fd098c (patch)
tree396d9fd9f97eb92b3356de65163e3acd96d0780f /libexec/mount
parentef328f86611f176178f45c202108cdedd92882d3 (diff)
downloadschroot-bb178973d5f697a02843e087566ae5c3c3fd098c.tar.gz
libexec: Update include guards
Diffstat (limited to 'libexec/mount')
-rw-r--r--libexec/mount/main.h6
-rw-r--r--libexec/mount/options.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/libexec/mount/main.h b/libexec/mount/main.h
index 7fd231af..07389d66 100644
--- a/libexec/mount/main.h
+++ b/libexec/mount/main.h
@@ -16,8 +16,8 @@
*
*********************************************************************/
-#ifndef SCHROOT_MOUNT_MAIN_H
-#define SCHROOT_MOUNT_MAIN_H
+#ifndef LIBEXEC_MOUNT_MAIN_H
+#define LIBEXEC_MOUNT_MAIN_H
#include <schroot-base/main.h>
@@ -123,7 +123,7 @@ namespace schroot_mount
}
-#endif /* SCHROOT_MOUNT_MAIN_H */
+#endif /* LIBEXEC_MOUNT_MAIN_H */
/*
* Local Variables:
diff --git a/libexec/mount/options.h b/libexec/mount/options.h
index 951766c8..9f256433 100644
--- a/libexec/mount/options.h
+++ b/libexec/mount/options.h
@@ -16,8 +16,8 @@
*
*********************************************************************/
-#ifndef SCHROOT_MOUNT_OPTIONS_H
-#define SCHROOT_MOUNT_OPTIONS_H
+#ifndef LIBEXEC_MOUNT_OPTIONS_H
+#define LIBEXEC_MOUNT_OPTIONS_H
#include <schroot-base/options.h>
@@ -69,7 +69,7 @@ namespace schroot_mount
}
-#endif /* SCHROOT_MOUNT_OPTIONS_H */
+#endif /* LIBEXEC_MOUNT_OPTIONS_H */
/*
* Local Variables: