Bugzilla – Attachment 3040 Details for
Bug 2767
Missing includes in bsd-err.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add missing includes to openbsd-compat/bsd-err.c
0001-Add-missing-includes-to-openbsd-compat-bsd-err.c.patch (text/plain), 672 bytes, created by
Colin Watson
on 2017-08-26 21:19:58 AEST
(
hide
)
Description:
Add missing includes to openbsd-compat/bsd-err.c
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2017-08-26 21:19:58 AEST
Size:
672 bytes
patch
obsolete
>From b84574cfe6afe1c5fc9151da1639683650089a81 Mon Sep 17 00:00:00 2001 >From: Colin Watson <cjwatson@debian.org> >Date: Sat, 26 Aug 2017 12:19:23 +0100 >Subject: [PATCH] Add missing includes to openbsd-compat/bsd-err.c > >--- > openbsd-compat/bsd-err.c | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/openbsd-compat/bsd-err.c b/openbsd-compat/bsd-err.c >index ab10646f..e4ed22b8 100644 >--- a/openbsd-compat/bsd-err.c >+++ b/openbsd-compat/bsd-err.c >@@ -27,6 +27,12 @@ > > #include "includes.h" > >+#include <errno.h> >+#include <stdarg.h> >+#include <stdio.h> >+#include <stdlib.h> >+#include <string.h> >+ > #ifndef HAVE_ERR > void > err(int r, const char *fmt, ...) >-- >2.14.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2767
: 3040