/*
 *	$Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/moira/backup/dumprest.dc,v $
 *	$Author: ghudson $
 *	$Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/moira/backup/dumprest.dc,v 1.2 1996/06/02 07:41:56 ghudson Exp $
 *
 *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
 *  For copying and distribution information, please see the file
 *  <mit-copyright.h>.
 *
 */

#ifndef lint
static char *rcsid_dumprest_qc = "$Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/moira/backup/dumprest.dc,v 1.2 1996/06/02 07:41:56 ghudson Exp $";
#endif lint

#include <stdio.h>
#include <sys/file.h>
#include <strings.h>
#include <mit-copyright.h>

punt(msg)
	char *msg;
{
	perror(msg);
	EXEC SQL DISCONNECT;
	exit(1);
}
