|
|
coherent
/* (-lgl
* COHERENT Version 3.0
* Copyright 1989 by Inetco Systems, Ltd.
* All rights reserved. May not be copied without permission.
-lgl) */
#ifndef __SYS_STREAM_H__
#define __SYS_STREAM_H__
/*
* This file will NOT be binary compatible with System V.
*/
struct strbuf {
int maxlen; /* max buffer length */
int len; /* length of data */
char * buf; /* pointer to buffer */
};
/*
* Flags used for getmsg/putmsg.
*/
#define RS_HIPRI 1 /* High priority message only */
/*
* Return values from getmsg are:
* -1 = no msg, see errno.
* 0 = msg gotten.
*/
#define MORECTL 1
#define MOREDATA 2
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.