home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Headers
/
bsd
/
netinet
/
pcbheadsw.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-19
|
535b
|
24 lines
/*
**********************************************************************
* Mach Operating System
* Copyright (c) 1987 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
* the terms and conditions for use and redistribution.
*/
/*
**********************************************************************
* HISTORY
**********************************************************************
*/
/*
* pcbheadsw.h
*/
struct pcbheadsw {
short protocol;
struct inpcb *head;
};