---
tar.c | 25 +++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/tar.c b/tar.c
index 7529997..dd4fc19 100644
--- a/tar.c
+++ b/tar.c
@@ -201,7 +201,28 @@ archive(const char *path)
h = (struct header *)b;
memset(b, 0, sizeof(b));
- est
These applications are almost always floating.
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index 9efa774..024d9f3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -28,6 +28,7 @@ static const Rule rules[] = {
*/
/* class inst
Hiltjo Posthuma wrote:
> On Thu, Dec 05, 2024 at 07:53:58PM +0100, Christos Margiolis wrote:
> > These applications are almost always floating.
> > ---
> > config.def.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/config.def.h b/config.def.h
> > index 9efa774..024d9f3 100644
> >
On Thu, Dec 05, 2024 at 07:53:58PM +0100, Christos Margiolis wrote:
> These applications are almost always floating.
> ---
> config.def.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/config.def.h b/config.def.h
> index 9efa774..024d9f3 100644
> --- a/config.def.h
> +++ b/config.def.h
Needed in order to build on FreeBSD.
---
config.mk | 5 +
1 file changed, 5 insertions(+)
diff --git a/config.mk b/config.mk
index 8efca9a..1f2884e 100644
--- a/config.mk
+++ b/config.mk
@@ -9,6 +9,9 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
+#