ports/mail/mess822/files/patch-cdb__seek.c
Brooks Davis 74b8645f51 mail/mess822: include errno.h for errno
errno must be accessed by a macro from errno.h.
2024-09-30 23:11:21 +01:00

9 lines
152 B
C

--- cdb_seek.c.orig
+++ cdb_seek.c
@@ -1,6 +1,5 @@
#include <sys/types.h>
#include <errno.h>
-extern int errno;
#include "cdb.h"
#ifndef SEEK_SET