1
0
mirror of https://github.com/systemd/systemd synced 2025-10-03 18:54:45 +02:00

Compare commits

..

No commits in common. "948b186f46d338c9cb7932816f334fd85a4ea6dd" and "f9711c771aacdee237b891115346e70f3ac9753b" have entirely different histories.

2 changed files with 771 additions and 456 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once #pragma once
#include <unistd.h>
#include "errno-list.h" #include "errno-list.h"
#include "errno-util.h" #include "errno-util.h"
#include "forward.h" #include "forward.h"