|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 242 (0xf2) Types: TextFile Names: »job.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/mcp/src/job.h«
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