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 - download

⟦0a5149a95⟧ TextFile

    Length: 242 (0xf2)
    Types: TextFile
    Names: »job.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/mcp/src/job.h« 

TextFile

struct	job {
	int	jb_todo;
	char	*jb_name;
	char	*jb_oldname;
	int	jb_uid;
	int	jb_olduid;
	int	jb_gid;
	addr	jb_addr;
};

#define JB_LASTLOG	1
#define JB_MKDIR	2
#define JB_MV		3
#define JB_OMNICHOWN	4
#define JB_RMDIR	5
#define JB_RMMAIL	6