Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys According to TOG, <aio.h> is a standalone header.
details: https://anonhg.NetBSD.org/src/rev/608536cec229
branches: trunk
changeset: 772544:608536cec229
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 07 19:48:19 2012 +0000
description:
According to TOG, <aio.h> is a standalone header.
diffstat:
sys/sys/aio.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b1ba7ba64291 -r 608536cec229 sys/sys/aio.h
--- a/sys/sys/aio.h Sat Jan 07 19:45:14 2012 +0000
+++ b/sys/sys/aio.h Sat Jan 07 19:48:19 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aio.h,v 1.11 2011/11/21 04:36:05 christos Exp $ */
+/* $NetBSD: aio.h,v 1.12 2012/01/07 19:48:19 christos Exp $ */
/*
* Copyright (c) 2007, Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -29,6 +29,9 @@
#ifndef _SYS_AIO_H_
#define _SYS_AIO_H_
+#include <sys/types.h>
+#include <sys/signal.h>
+
/* Returned by aio_cancel() */
#define AIO_CANCELED 0x1
#define AIO_NOTCANCELED 0x2
Home |
Main Index |
Thread Index |
Old Index