summaryrefslogtreecommitdiff
path: root/usr.sbin/extattrctl
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-02-22 21:54:25 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-02-22 21:54:25 +0000
commit07858c3edf55d87cbd15c2e591dc8faeae54ce48 (patch)
tree0e834dcb8833c00a8853cf794594a4f63b19b6b5 /usr.sbin/extattrctl
parent01e0ff1a85844a952cf9ba2cf9643bbf3dedc338 (diff)
Do not include uio header file, that interface was removed.
Diffstat (limited to 'usr.sbin/extattrctl')
-rw-r--r--usr.sbin/extattrctl/extattrctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c
index bc493060cca..970218ca7fb 100644
--- a/usr.sbin/extattrctl/extattrctl.c
+++ b/usr.sbin/extattrctl/extattrctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: extattrctl.c,v 1.1 2002/02/22 21:09:06 drahn Exp $ */
+/* $OpenBSD: extattrctl.c,v 1.2 2002/02/22 21:54:24 drahn Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
* All rights reserved.
@@ -31,7 +31,6 @@
*/
#include <sys/types.h>
-#include <sys/uio.h>
#include <sys/extattr.h>
#include <sys/param.h>
#include <sys/mount.h>