summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/getty/main.c3
-rw-r--r--libexec/ld.so/sod.c3
-rw-r--r--libexec/rpc.rstatd/rstatd.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index a0905ebb264..994275e0575 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.32 2013/11/27 21:25:25 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.33 2014/11/18 20:51:00 krw Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -45,7 +45,6 @@
#include <string.h>
#include <syslog.h>
#include <stdio.h>
-#include <time.h>
#include <unistd.h>
#include <util.h>
diff --git a/libexec/ld.so/sod.c b/libexec/ld.so/sod.c
index adeff54a22d..bc62f327743 100644
--- a/libexec/ld.so/sod.c
+++ b/libexec/ld.so/sod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sod.c,v 1.31 2014/07/10 09:03:01 otto Exp $ */
+/* $OpenBSD: sod.c,v 1.32 2014/11/18 20:51:00 krw Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -39,7 +39,6 @@
#include <fcntl.h>
#include <nlist.h>
#include <link.h>
-#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c
index 925d55ee07d..8f2b1f0f71f 100644
--- a/libexec/rpc.rstatd/rstatd.c
+++ b/libexec/rpc.rstatd/rstatd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rstatd.c,v 1.24 2014/10/11 03:44:02 deraadt Exp $ */
+/* $OpenBSD: rstatd.c,v 1.25 2014/11/18 20:51:00 krw Exp $ */
/*-
* Copyright (c) 1993, John Brezak
@@ -38,7 +38,6 @@
#include <pwd.h>
#include <syslog.h>
#include <errno.h>
-#include <stdlib.h>
#include <rpc/rpc.h>
#include <rpcsvc/rstat.h>