]> git.sur5r.net Git - openldap/commitdiff
Remove sys/uio.h include
authorKurt Zeilenga <kurt@openldap.org>
Wed, 15 May 2002 05:53:10 +0000 (05:53 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 15 May 2002 05:53:10 +0000 (05:53 +0000)
libraries/liblutil/sha1.c

index 37791b3cb2176ec3b1b57bf3e77831ecd9183465..3ef447e82314da1291971dad165c5658680981c3 100644 (file)
@@ -211,9 +211,6 @@ static char rcsid[] = "$OpenBSD: sha1hl.c,v 1.1 1997/07/12 20:06:03 millert Exp
 #ifdef HAVE_SYS_FILE_H
 #include <sys/file.h>
 #endif
-#ifdef HAVE_SYS_UIO_H
-#include <sys/uio.h>
-#endif
 
 #ifdef HAVE_IO_H
 #include <io.h>