]> andersk Git - moira.git/blame - backup/dumprest.qc
con't put extra whitespace in backup files
[moira.git] / backup / dumprest.qc
CommitLineData
dec49b94 1/*
2 * $Source$
3 * $Author$
4 * $Header$
5 *
6 * Copyright (C) 1987 by the Massachusetts Institute of Technology
7 *
8 * $Log$
9 * Revision 1.1 1987-07-13 03:53:09 wesommer
10 * Initial revision
11 *
12 */
13
14#ifndef lint
15static char *rcsid_dumprest_qc = "$Header$";
16#endif lint
17
18#include <stdio.h>
19#include <sys/file.h>
20#include <strings.h>
21
22punt(msg)
23 char *msg;
24{
25 perror(msg);
26## exit
27 exit(1);
28}
29
30
31
32
33/*
34 * Local Variables:
35 * mode: c
36 * c-indent-level: 4
37 * c-continued-statement-offset: 4
38 * c-brace-offset: -4
39 * c-argdecl-indent: 4
40 * c-label-offset: -4
41 * End:
42 */
This page took 0.211307 seconds and 5 git commands to generate.