X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=util.h;h=c6c6f9e392cd888ffaf53c3868a2fdd7bfc8c183;hp=5922a425f101e66dcbdaa19e4763c2cf9e6680ed;hb=f546e4df51cde51dd984e4ad26e70dd7533f9791;hpb=dd553bb0b2ac2fe7a1904d2f2670f37e3bb25ae6 diff --git a/util.h b/util.h index 5922a42..c6c6f9e 100644 --- a/util.h +++ b/util.h @@ -1,7 +1,6 @@ -/* Cumulus: Smart Filesystem Backup to Dumb Servers - * - * Copyright (C) 2007 The Regents of the University of California - * Written by Michael Vrable +/* Cumulus: Efficient Filesystem Backup to the Cloud + * Copyright (C) 2007 The Cumulus Developers + * See the AUTHORS file for a list of contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,6 +34,6 @@ std::string encode_int(long long n, int base=10); long long parse_int(const std::string &s); void cloexec(int fd); -void fatal(std::string msg); +void fatal(std::string msg) __attribute__((noreturn)); #endif // _LBS_TARSTORE_H