|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 291 (0x123)
Types: TextFile
Notes: UNIX file
Names: »msgbuf.h«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/include/sys/msgbuf.h«
/*
* @(#)msgbuf.h 3.3 7/14/83
* @(#)Copyright (C) 1983 by National Semiconductor Corp.
*/
#define MSG_MAGIC 0x063060
#define MSG_BSIZE (MCSIZE - 2 * sizeof (long))
struct msgbuf {
long msg_magic;
long msg_bufx;
char msg_bufc[MSG_BSIZE];
};
#ifdef KERNEL
struct msgbuf msgbuf;
#endif