diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2024-09-30 16:56:09 +0100 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2024-09-30 23:11:21 +0100 |
commit | f92880d3e5824f943fb5de9eb395dbfe30a55c1c (patch) | |
tree | 22953e61830880518e0f0886158d3c63afb16e20 /mail/qmail-dk/files/patch-cdb__seek.c | |
parent | mail/mess822: include errno.h for errno (diff) |
mail/qmail-dk: include errno.h for errno
errno must be accessed by a macro from errno.h.
Diffstat (limited to 'mail/qmail-dk/files/patch-cdb__seek.c')
-rw-r--r-- | mail/qmail-dk/files/patch-cdb__seek.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/qmail-dk/files/patch-cdb__seek.c b/mail/qmail-dk/files/patch-cdb__seek.c new file mode 100644 index 000000000000..167a43dfcb3f --- /dev/null +++ b/mail/qmail-dk/files/patch-cdb__seek.c @@ -0,0 +1,9 @@ +--- 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 |