summaryrefslogtreecommitdiff
path: root/mail/qmail/patches/patch-strerr_sys.c
blob: bb66403f95b83a7d359a18dadf6356248aa63e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-strerr_sys.c,v 1.1 2013/08/15 15:43:48 schmonz Exp $

Compile on Darwin.

--- strerr_sys.c.orig	1998-06-15 10:53:16.000000000 +0000
+++ strerr_sys.c
@@ -1,7 +1,7 @@
 #include "error.h"
 #include "strerr.h"
 
-struct strerr strerr_sys;
+struct strerr strerr_sys = {0,0,0,0};
 
 void strerr_sysinit()
 {