Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Needs struct timespec.
details: https://anonhg.NetBSD.org/src/rev/9f4dc58912c5
branches: trunk
changeset: 343111:9f4dc58912c5
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 23:38:45 2016 +0000
description:
Needs struct timespec.
diffstat:
sys/sys/pipe.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a47267c56e7d -r 9f4dc58912c5 sys/sys/pipe.h
--- a/sys/sys/pipe.h Fri Jan 22 23:33:42 2016 +0000
+++ b/sys/sys/pipe.h Fri Jan 22 23:38:45 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.h,v 1.32 2009/12/20 09:36:06 dsl Exp $ */
+/* $NetBSD: pipe.h,v 1.33 2016/01/22 23:38:45 dholland Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -27,6 +27,7 @@
#define _SYS_PIPE_H_
#include <sys/selinfo.h> /* for struct selinfo */
+#include <sys/time.h> /* for struct timespec */
#include <uvm/uvm_extern.h>
Home |
Main Index |
Thread Index |
Old Index