]> andersk Git - moira.git/blob - backup/dumprest.qc
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / backup / dumprest.qc
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
13 static 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
21 punt(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.519338 seconds and 5 git commands to generate.