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

⟦cab556cf2⟧ TextFile

    Length: 350 (0x15e)
    Types: TextFile
    Names: »slave.c«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦cfd40dc56⟧ »EurOpenD3/news/nntp/nntp.1.5.8.tar.Z« 
        └─⟦2ec98eca6⟧ 
            └─⟦this⟧ »server/slave.c« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦5cced586a⟧ »EurOpenD3/news/nntp/nntp.1.5.7.tar.Z« 
        └─⟦7340f105e⟧ 
            └─⟦this⟧ »./server/slave.c« 

TextFile

#ifndef lint
static char	*sccsid = "@(#)slave.c	1.3	(Berkeley) 6/26/87";
#endif

#include "common.h"

/*
 * SLAVE
 *
 * note slave status, which is actually unimplemented.
 */

slave(argc, argv)
	int	argc;
	char	*argv[];
{
	printf("%d Kinky, kinky.  I don't support such perversions.\r\n",
		OK_SLAVE);		/* Thanks Serge! */
	(void) fflush(stdout);
}