summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-26 14:16:00 +0000
committerbde <bde@FreeBSD.org>1999-12-26 14:16:00 +0000
commit8bee8f094c5f04b66f3863f900788183643dda50 (patch)
tree1242221a5c28f8b908c32a4aa8e59d1b21f6ba22 /sys/sys/pipe.h
parent81b3aed1d181b6e482aedd1c33dee744ef152e24 (diff)
downloadFreeBSD-src-8bee8f094c5f04b66f3863f900788183643dda50.zip
FreeBSD-src-8bee8f094c5f04b66f3863f900788183643dda50.tar.gz
Updated a comment to match code.
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 98e47a6..548e782 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -25,7 +25,7 @@
#define _SYS_PIPE_H_
#ifndef KERNEL
-#include <sys/time.h> /* for struct timeval */
+#include <sys/time.h> /* for struct timespec */
#include <sys/select.h> /* for struct selinfo */
#include <vm/vm.h> /* for vm_page_t */
#include <machine/param.h> /* for PAGE_SIZE */
OpenPOWER on IntegriCloud