mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
$NetBSD: patch-ab,v 1.1 2004/08/30 14:03:49 schmonz Exp $
|
|
|
|
--- strerr_sys.c.orig Fri Sep 4 22:33:37 1998
|
|
+++ 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()
|
|
{
|