From 682524fb67e18338b7029404d0ef036c3be1aaf2 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Wed, 4 Jan 2017 06:18:32 +0100 Subject: [PATCH 1/1] Prep v225: Remove some orphaned files --- src/shared/.gitignore | 16 ---------------- src/shared/login-shared.h | 26 -------------------------- 2 files changed, 42 deletions(-) delete mode 100644 src/shared/.gitignore delete mode 100644 src/shared/login-shared.h diff --git a/src/shared/.gitignore b/src/shared/.gitignore deleted file mode 100644 index e22411e48..000000000 --- a/src/shared/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -/cap-from-name.gperf -/cap-from-name.h -/cap-list.txt -/cap-to-name.h -/errno-from-name.gperf -/errno-from-name.h -/errno-list.txt -/errno-to-name.h -/af-from-name.gperf -/af-from-name.h -/af-list.txt -/af-to-name.h -/arphrd-from-name.gperf -/arphrd-from-name.h -/arphrd-list.txt -/arphrd-to-name.h diff --git a/src/shared/login-shared.h b/src/shared/login-shared.h deleted file mode 100644 index a79f20c1b..000000000 --- a/src/shared/login-shared.h +++ /dev/null @@ -1,26 +0,0 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -/*** - This file is part of systemd. - - Copyright 2013 Zbigniew Jędrzejewski-Szmek - - systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1 of the License, or - (at your option) any later version. - - systemd is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with systemd; If not, see . -***/ - -#pragma once - -#include - -bool session_id_valid(const char *id); -- 2.30.2