View | Details | Raw Unified | Return to bug 2767
Collapse All | Expand All

(-)a/openbsd-compat/bsd-err.c (-1 / +6 lines)
Lines 27-32 Link Here
27
27
28
#include "includes.h"
28
#include "includes.h"
29
29
30
#include <errno.h>
31
#include <stdarg.h>
32
#include <stdio.h>
33
#include <stdlib.h>
34
#include <string.h>
35
30
#ifndef HAVE_ERR
36
#ifndef HAVE_ERR
31
void
37
void
32
err(int r, const char *fmt, ...)
38
err(int r, const char *fmt, ...)
33
- 

Return to bug 2767