]> andersk Git - moira.git/blame - backup/dumprest.dc
now it works!
[moira.git] / backup / dumprest.dc
CommitLineData
d77bf7b9 1/*
2 * $Source$
3 * $Author$
4 * $Header$
5 *
6 * (c) Copyright 1988 by the Massachusetts Institute of Technology.
7 * For copying and distribution information, please see the file
8 * <mit-copyright.h>.
9 *
10 */
11
12#ifndef lint
13static char *rcsid_dumprest_qc = "$Header$";
14#endif lint
15
16#include <stdio.h>
17#include <sys/file.h>
18#include <strings.h>
19#include <mit-copyright.h>
20
21punt(msg)
22 char *msg;
23{
24 perror(msg);
3388d7f8 25 EXEC SQL DISCONNECT;
d77bf7b9 26 exit(1);
27}
This page took 0.067661 seconds and 5 git commands to generate.