18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
$OpenBSD: patch-errors_c,v 1.1 2016/03/17 19:52:40 naddy Exp $
|
|
--- errors.c.orig Wed Jul 3 05:54:12 2002
|
|
+++ errors.c Thu Mar 17 20:32:27 2016
|
|
@@ -29,12 +29,11 @@
|
|
* errors.c
|
|
*
|
|
*/
|
|
+#include <errno.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "plushs.h"
|
|
-
|
|
-extern int errno;
|
|
|
|
struct err_code {
|
|
int type;
|