diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-06-16 07:42:44 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-06-16 08:37:22 +0200 |
commit | f8048bff7d9389e27bdb2497986089d05b51479c (patch) | |
tree | b03f624083c64dd2fcda60445033fd7d29cb331d /sysutils/webmin/files/patch-mount_freebsd-mounts-7.c | |
parent | mail/phplist: update to 3.6.16 (diff) |
sysutils/webmin: merge missing bits from PR 280163
- freebsd-mounts-7.c patch is no longer necessary
- ajaxterm is no longer shipped, but acme_tiny.py needs compiled
PR: 280163
Diffstat (limited to 'sysutils/webmin/files/patch-mount_freebsd-mounts-7.c')
-rw-r--r-- | sysutils/webmin/files/patch-mount_freebsd-mounts-7.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c b/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c deleted file mode 100644 index 589bf5032d7a..000000000000 --- a/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c +++ /dev/null @@ -1,8 +0,0 @@ ---- mount/freebsd-mounts-7.c.orig 2015-03-13 23:51:39 UTC -+++ mount/freebsd-mounts-7.c -@@ -1,3 +1,5 @@ -+#include <stdlib.h> -+#include <string.h> - #include <stdio.h> - #include <errno.h> - #include <sys/param.h> |