]> andersk Git - moira.git/blob - backup/dumprest.pc
Move .dc files to .pc
[moira.git] / backup / dumprest.pc
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 <mit-copyright.h>
18
19 punt(msg)
20         char *msg;
21 {
22         perror(msg);
23         exit(1);
24 }
This page took 0.042552 seconds and 5 git commands to generate.