]> andersk Git - moira.git/blame - backup/dumprest.qc
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / backup / dumprest.qc
CommitLineData
dec49b94 1/*
2 * $Source$
3 * $Author$
4 * $Header$
5 *
f0a492af 6 * (c) Copyright 1988 by the Massachusetts Institute of Technology.
7 * For copying and distribution information, please see the file
8 * <mit-copyright.h>.
dec49b94 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>
f0a492af 19#include <mit-copyright.h>
dec49b94 20
21punt(msg)
22 char *msg;
23{
24 perror(msg);
25## exit
26 exit(1);
27}
28
29
30
31
32/*
33 * Local Variables:
34 * mode: c
35 * c-indent-level: 4
36 * c-continued-statement-offset: 4
37 * c-brace-offset: -4
38 * c-argdecl-indent: 4
39 * c-label-offset: -4
40 * End:
41 */
This page took 0.122263 seconds and 5 git commands to generate.