File:  [CSRG BSD Unix] / 43BSD / contrib / notes / src / nfdump.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#define	MAINLINE
#include "parms.h"
#include "structs.h"

#ifdef	RCSIDENT
static char rcsid[] = "$Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/notes/src/nfdump.c,v 1.1.1.1 2018/04/24 16:12:54 root Exp $";
#endif	RCSIDENT

main (argc, argv)
int     argc;
char  **argv;
{
    int     i;
    if (argc != 2)
    {
	printf ("Usage: %s notesfile\n", argv[0]);
	exit (1);
    }

    startup (argc, argv);

    /* 
     * the "-" is vestigal from the days when this routine 
     * accepted a file. we force it out stdout now.
     * it would be nice to have /dev/stdout type names
     * or to merely change the arg to be a file descriptor
     */
    i = dumpnf (argv[1], "-");
    fprintf (stderr, "dumpnf returned %d\n", i);
    exit (0);
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.