diff options
| author | Michael Forney <mforney@mforney.org> | 2022-04-22 13:03:31 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-06 23:42:08 -0700 |
| commit | 569b21ba94f76e8d419fbc8375daef73cdb43583 (patch) | |
| tree | 8fd0130c8b4fd82647570dd4a374c69b1638ebac /pkg/openbsd/patch/0002-fts-Add-some-includes.patch | |
| parent | 00fe346cc1ce9b97dbfeca089b3afc97f0353bfe (diff) | |
openbsd: Update to 7.1
Diffstat (limited to 'pkg/openbsd/patch/0002-fts-Add-some-includes.patch')
| -rw-r--r-- | pkg/openbsd/patch/0002-fts-Add-some-includes.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/openbsd/patch/0002-fts-Add-some-includes.patch b/pkg/openbsd/patch/0002-fts-Add-some-includes.patch index 81a3eeb3..79c2370a 100644 --- a/pkg/openbsd/patch/0002-fts-Add-some-includes.patch +++ b/pkg/openbsd/patch/0002-fts-Add-some-includes.patch @@ -1,4 +1,4 @@ -From e73065515ec3b6c03e45ee7c8c10543ff44a407c Mon Sep 17 00:00:00 2001 +From 2280f1bcd79a988c95548f65b9e3d7e08ac51b09 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Mon, 18 Apr 2016 01:25:29 -0700 Subject: [PATCH] fts: Add some includes @@ -9,7 +9,7 @@ Subject: [PATCH] fts: Add some includes 2 files changed, 4 insertions(+) diff --git a/include/fts.h b/include/fts.h -index eaf6be07c..a5b3aff91 100644 +index eaf6be07c6f..a5b3aff91e7 100644 --- a/include/fts.h +++ b/include/fts.h @@ -35,6 +35,8 @@ @@ -22,12 +22,12 @@ index eaf6be07c..a5b3aff91 100644 struct _ftsent *fts_cur; /* current node */ struct _ftsent *fts_child; /* linked list of children */ diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c -index c186b7af2..f41254c71 100644 +index 77f26d6c27c..86585190a99 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -31,6 +31,7 @@ - #include <sys/param.h> /* ALIGN */ + #include <sys/param.h> /* ALIGN ALIGNBYTES */ #include <sys/stat.h> +#include <sys/types.h> @@ -42,5 +42,5 @@ index c186b7af2..f41254c71 100644 #define MAXIMUM(a, b) (((a) > (b)) ? (a) : (b)) -- -2.12.2 +2.35.1 |
