]> andersk Git - moira.git/blame - backup/dumprest.pc
in ASCII backups, write `|'s within fields as \174 instead of \| so
[moira.git] / backup / dumprest.pc
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>
d77bf7b9 17#include <mit-copyright.h>
18
19punt(msg)
20 char *msg;
21{
22 perror(msg);
d77bf7b9 23 exit(1);
24}
This page took 0.057325 seconds and 5 git commands to generate.