readv and writev are in <sys/uio.h>; delete them, but leave the
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 22 Feb 1994 09:01:39 +0000 (01:01 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 22 Feb 1994 09:01:39 +0000 (01:01 -0800)
struct forward; fix

SCCS-vsn: include/unistd.h 8.6

usr/src/include/unistd.h

index 9c7790c..2cee735 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    8.5 (Berkeley) %G%
+ *     @(#)unistd.h    8.6 (Berkeley) %G%
  */
 
 #ifndef _UNISTD_H_
  */
 
 #ifndef _UNISTD_H_
@@ -74,7 +74,6 @@ ssize_t        write __P((int, const void *, size_t));
 #ifndef        _POSIX_SOURCE
 #ifdef __STDC__
 struct timeval;                                /* select(2) */
 #ifndef        _POSIX_SOURCE
 #ifdef __STDC__
 struct timeval;                                /* select(2) */
-struct iovec;                          /* readv(2), writev(2) */
 #endif
 int     acct __P((const char *));
 int     async_daemon __P((void));
 #endif
 int     acct __P((const char *));
 int     async_daemon __P((void));
@@ -109,7 +108,6 @@ int  nice __P((int));
 void    psignal __P((unsigned int, const char *));
 extern __const char *__const sys_siglist[];
 int     profil __P((char *, int, int, int));
 void    psignal __P((unsigned int, const char *));
 extern __const char *__const sys_siglist[];
 int     profil __P((char *, int, int, int));
-ssize_t         readv __P((int, struct iovec *, int));
 int     rcmd __P((char **, int, const char *,
                const char *, const char *, int *));
 char   *re_comp __P((const char *));
 int     rcmd __P((char **, int, const char *,
                const char *, const char *, int *));
 char   *re_comp __P((const char *));
@@ -145,8 +143,6 @@ unsigned int         ualarm __P((unsigned int, unsigned int));
 void    usleep __P((unsigned int));
 void   *valloc __P((size_t));                  /* obsoleted by malloc() */
 pid_t   vfork __P((void));
 void    usleep __P((unsigned int));
 void   *valloc __P((size_t));                  /* obsoleted by malloc() */
 pid_t   vfork __P((void));
-ssize_t         writev __P((int, struct iovec *, int));
-
 #endif /* !_POSIX_SOURCE */
 __END_DECLS
 
 #endif /* !_POSIX_SOURCE */
 __END_DECLS