mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
* fix build with -fno-common * simplify Makefile * remove outdated WWW * fix plist and install Polish man page * fix bug when char is unsigned * mirror distfile on my own site for redundancy * take maintainership over this unmaintained port PR: 267595 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (build fix)
14 lines
270 B
C
14 lines
270 B
C
--- copyall.c.orig 2022-11-06 12:59:04 UTC
|
|
+++ copyall.c
|
|
@@ -16,10 +16,6 @@
|
|
#include "copy.h"
|
|
#include "screen.h"
|
|
|
|
-#ifndef _POSIX_SOURCE
|
|
-#define st_mtime st_mtimespec.tv_sec
|
|
-#endif
|
|
-
|
|
int copyall(char *args[],int fts_opt,int type) {
|
|
FTS *ftsarg;
|
|
FTSENT *ftsf;
|