summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-bj
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-09-24 06:34:04 +0000
committerwiz <wiz@pkgsrc.org>2022-09-24 06:34:04 +0000
commit50260233a6410ff52dba71e21fe506306bd1636b (patch)
treed1f2eacd7348977684a32b1ce7f88d78c1bec184 /misc/root/patches/patch-bj
parentec830396fdef0bf1a2f364eaa3d4042adedd8f85 (diff)
downloadpkgsrc-50260233a6410ff52dba71e21fe506306bd1636b.tar.gz
root: remove
Does not build in any bulk build I could find, no users in pkgsrc
Diffstat (limited to 'misc/root/patches/patch-bj')
-rw-r--r--misc/root/patches/patch-bj13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/root/patches/patch-bj b/misc/root/patches/patch-bj
deleted file mode 100644
index c0970279645..00000000000
--- a/misc/root/patches/patch-bj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bj,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- misc/minicern/src/cernlib.c.orig 2010-02-25 18:17:20.000000000 +0000
-+++ misc/minicern/src/cernlib.c
-@@ -185,7 +185,7 @@ int cfstati_(char *fname, int *info, int
- info[4] = (int) buf.st_uid;
- info[5] = (int) buf.st_gid;
- info[6] = (int) buf.st_size;
--#if defined(__APPLE__) || defined(__FreeBSD__)
-+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
- info[7] = (int) buf.st_atimespec.tv_sec;
- info[8] = (int) buf.st_mtimespec.tv_sec;
- info[9] = (int) buf.st_ctimespec.tv_sec;