rpc_sel2poll.c (61961e0f) rpc_sel2poll.c (e8031f0a)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
23/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
23/*
24 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25 * Use is subject to license terms.
26 */
25 * Use is subject to license terms.
26 */
27
27/* Copyright (c) 1988 AT&T */
28/* All Rights Reserved */
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31
28/* Copyright (c) 1988 AT&T */
29/* All Rights Reserved */
30
31#pragma ident "%Z%%M% %I% %E% SMI"
32
33#include "mt.h"
32#include <sys/select.h>
33#include <sys/types.h>
34#include <sys/time.h>
35#include <sys/poll.h>
36#include "rpc_mt.h"
37
38
39/*

--- 80 unchanged lines hidden ---
34#include <sys/select.h>
35#include <sys/types.h>
36#include <sys/time.h>
37#include <sys/poll.h>
38#include "rpc_mt.h"
39
40
41/*

--- 80 unchanged lines hidden ---