DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦0f967a829⟧ TextFile

    Length: 332 (0x14c)
    Types: TextFile
    Notes: UNIX file
    Names: »space.c«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/etc/atconf/modules/errorlog/space.c« 

TextFile

/* errorlog/space.c 87.03.26 */
/* 87.08.05 streams */

#define NLOG	40
#define NLOGSTREAM	2

#include "sys/types.h"
#include "sys/buf.h"
#include "sys/chain.h"
#include "sys/csem.h"
#include "sys/errorlog.h"

struct logbuf logbuf[NLOG*NLOGSTREAM];
struct logstream logstream[NLOGSTREAM];
int v_log = NLOG;
int v_slog = NLOGSTREAM;