artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de1835
)
make UIO_MAXIOV visible to userland.
author
michaels
<michaels@openbsd.org>
Fri, 13 Dec 1996 21:26:39 +0000
(21:26 +0000)
committer
michaels
<michaels@openbsd.org>
Fri, 13 Dec 1996 21:26:39 +0000
(21:26 +0000)
sys/sys/uio.h
patch
|
blob
|
history
diff --git
a/sys/sys/uio.h
b/sys/sys/uio.h
index
49e7152
..
fdab373
100644
(file)
--- a/
sys/sys/uio.h
+++ b/
sys/sys/uio.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: uio.h,v 1.
2 1996/03/03 12:12:38 niklas Exp $
*/
+/* $OpenBSD: uio.h,v 1.
3 1996/12/13 21:26:39 michaels Exp $
*/
/* $NetBSD: uio.h,v 1.12 1996/02/09 18:25:45 christos Exp $ */
/*
@@
-70,10
+70,11
@@
struct uio {
/*
* Limits
*/
-#define UIO_MAXIOV 1024 /* max 1K of iov's */
#define UIO_SMALLIOV 8 /* 8 on stack, else malloc */
#endif /* _KERNEL */
+#define UIO_MAXIOV 1024 /* max 1K of iov's */
+
#ifndef _KERNEL
#include <sys/cdefs.h>