diff options
Diffstat (limited to 'sbin/ldattach/ldattach.c')
-rw-r--r-- | sbin/ldattach/ldattach.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ldattach/ldattach.c b/sbin/ldattach/ldattach.c index bf0099bc6d6..ddc9e6d1f63 100644 --- a/sbin/ldattach/ldattach.c +++ b/sbin/ldattach/ldattach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldattach.c,v 1.19 2023/03/08 04:43:06 guenther Exp $ */ +/* $OpenBSD: ldattach.c,v 1.20 2023/04/19 12:58:15 jsg Exp $ */ /* * Copyright (c) 2007, 2008 Marc Balmer <mbalmer@openbsd.org> @@ -27,7 +27,6 @@ #include <sys/limits.h> #include <sys/socket.h> #include <sys/stat.h> -#include <sys/ioctl.h> #include <err.h> #include <errno.h> |