DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦097613fd8⟧ TextFile

    Length: 507 (0x1fb)
    Types: TextFile
    Names: »uio.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Spacewar/uio.h« 

TextFile

/*
 * Spacewar - include file that defines structure containing user input
 *	      (requires prior inclusion of login.h)
 *
 * Copyright 1984 obo Systems, Inc.
 * Copyright 1984 Dan Rosenblatt
 */

struct uio {
	struct login *uio_lgn;	/* user i/o pointer to login struct */
	char	uio_chrs[16];	/* user i/o characters */
};

/*
 * bastardization for named pipe communication from psw:
 *	uio_lgn			is signal# or 0 for new login
 *	uio_chrs[0:1]		is process id
 *	uio_chrs[2:n]		is ttyname for new login
 */