summaryrefslogtreecommitdiff
path: root/src/shared/switch-root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/switch-root.h')
-rw-r--r--src/shared/switch-root.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/switch-root.h b/src/shared/switch-root.h
index 83294a4525..f4d48cb431 100644
--- a/src/shared/switch-root.h
+++ b/src/shared/switch-root.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2012 Harald Hoyer
-***/
-
#include <stdbool.h>
int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);