chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / basic / fs-util.h
index 4e65fd2388b73c5090fbd967113c3ae74c2a60f5..6cb7345f525a25447c5adbc3b3fc9f61a93295c9 100644 (file)
@@ -1,12 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2010 Lennart Poettering
-***/
-
 //#include <dirent.h>
 #include <fcntl.h>
 #include <limits.h>
@@ -37,7 +31,6 @@ int readlink_and_make_absolute(const char *p, char **r);
 #endif // 0
 
 int chmod_and_chown(const char *path, mode_t mode, uid_t uid, gid_t gid);
-int fchmod_and_chown(int fd, mode_t mode, uid_t uid, gid_t gid);
 
 int fchmod_umask(int fd, mode_t mode);
 int fchmod_opath(int fd, mode_t m);