From: Wouter Verhelst Date: Thu, 19 Aug 2010 18:04:28 +0000 (+0200) Subject: Oops X-Git-Url: http://git.alex.org.uk Oops --- diff --git a/cliserv.h b/cliserv.h index 9004891..51c8bd1 100644 --- a/cliserv.h +++ b/cliserv.h @@ -76,9 +76,7 @@ void setmysockopt(int sock) { #endif #endif -void err(const char *s) G_GNUC_NORETURN; - -void err(const char *s) { +void err_nonfatal(const char *s) { char s1[150], *s2; strncpy(s1, s, sizeof(s1));