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

⟦14b2487b8⟧ TextFile

    Length: 442 (0x1ba)
    Types: TextFile
    Names: »grind5b-4.c«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/grind5b-4.c« 

TextFile

...

    while (fgets (buffer, sizeof buffer, stdin))
	if (SDataRequest (sd, buffer, strlen (buffer) + 1, si) == NOTOK)
	    error ("S-DATA.REQUEST: %s", SErrString (sa -> sa_reason));

    if (SRelRequest (sd, NULLCP, 0, sr, si) == NOTOK)
	error ("S-RELEASE.REQUEST: %s", SErrString (sa -> sa_reason));

    if (!sr -> sr_affirmative) {
	(void) SUAbortRequest (sd, NULLCP, 0, si);
	error ("release rejected by sink");
    }

    exit (0);
}