Deleted Added
full compact
vfs_aio.c (34924) vfs_aio.c (34925)
1/*
2 * Copyright (c) 1997 John S. Dyson. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * 2. John S. Dyson's name may not be used to endorse or promote products
10 * derived from this software without specific prior written permission.
11 *
12 * DISCLAIMER: This code isn't warranted to do anything useful. Anything
13 * bad that happens because of using this software isn't the responsibility
14 * of the author. This software is distributed AS-IS.
15 *
1/*
2 * Copyright (c) 1997 John S. Dyson. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * 2. John S. Dyson's name may not be used to endorse or promote products
10 * derived from this software without specific prior written permission.
11 *
12 * DISCLAIMER: This code isn't warranted to do anything useful. Anything
13 * bad that happens because of using this software isn't the responsibility
14 * of the author. This software is distributed AS-IS.
15 *
16 * $Id: vfs_aio.c,v 1.24 1998/02/25 06:30:15 bde Exp $
16 * $Id: vfs_aio.c,v 1.25 1998/03/28 10:33:09 bde Exp $
17 */
18
19/*
17 */
18
19/*
20 * This file contains support for the POSIX.4 AIO/LIO facility.
20 * This file contains support for the POSIX 1003.1B AIO/LIO facility.
21 */
22
23#include <sys/param.h>
24#include <sys/systm.h>
25#include <sys/sysproto.h>
26#include <sys/filedesc.h>
27#include <sys/kernel.h>
28#include <sys/fcntl.h>

--- 2025 unchanged lines hidden ---
21 */
22
23#include <sys/param.h>
24#include <sys/systm.h>
25#include <sys/sysproto.h>
26#include <sys/filedesc.h>
27#include <sys/kernel.h>
28#include <sys/fcntl.h>

--- 2025 unchanged lines hidden ---