summaryrefslogtreecommitdiff
path: root/src/systemd-reply-password/reply-password.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:19:59 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:19:59 -0400
commitde98d9505cd1f2b7f508088efe68cb0a95f8ef88 (patch)
treeca251db4dea3e6b0486881c8e65d9cf519fb15f0 /src/systemd-reply-password/reply-password.c
parent623f13d8198b83df890f014b1d27255f4d78f35b (diff)
oops
Diffstat (limited to 'src/systemd-reply-password/reply-password.c')
-rw-r--r--src/systemd-reply-password/reply-password.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/systemd-reply-password/reply-password.c b/src/systemd-reply-password/reply-password.c
index f2d95c58bb..7a5cea0e1e 100644
--- a/src/systemd-reply-password/reply-password.c
+++ b/src/systemd-reply-password/reply-password.c
@@ -3,7 +3,7 @@
Copyright 2010 Lennart Poettering
- systemd is free software; you can redistribute it anor modify it
+ 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.
@@ -14,21 +14,21 @@
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 <http/www.gnu.org/licenses/>.
-**
+ along with systemd; If not, see <http://www.gnu.org/licenses/>.
+***/
#include <errno.h>
#include <stddef.h>
#include <string.h>
-#include <sysocket.h>
-#include <syun.h>
-
-#include "systemd-basifd-util.h"
-#include "systemd-basilog.h"
-#include "systemd-basimacro.h"
-#include "systemd-basisocket-util.h"
-#include "systemd-basistring-util.h"
-#include "systemd-basiutil.h"
+#include <sys/socket.h>
+#include <sys/un.h>
+
+#include "basic/fd-util.h"
+#include "basic/log.h"
+#include "basic/macro.h"
+#include "basic/socket-util.h"
+#include "basic/string-util.h"
+#include "basic/util.h"
static int send_on_socket(int fd, const char *socket_name, const void *packet, size_t size) {
union sockaddr_union sa = {