diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-29 15:42:07 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-29 15:42:07 -0400 |
commit | b231fe9e7f4daf85853bd4cf85c7da8b61c38c3e (patch) | |
tree | 2c33b7f110a8da41f841bf40ac93d15e6a4ccf7b /pkgs/libfprint-2-tod1-vfs0090/0002-vfs0090-add-missing-linux-limits.h-include.patch | |
parent | format (diff) | |
download | dotfiles-nix-b231fe9e7f4daf85853bd4cf85c7da8b61c38c3e.tar.gz dotfiles-nix-b231fe9e7f4daf85853bd4cf85c7da8b61c38c3e.tar.bz2 dotfiles-nix-b231fe9e7f4daf85853bd4cf85c7da8b61c38c3e.zip |
vfs0090: override base package instead of copy
Diffstat (limited to 'pkgs/libfprint-2-tod1-vfs0090/0002-vfs0090-add-missing-linux-limits.h-include.patch')
-rw-r--r-- | pkgs/libfprint-2-tod1-vfs0090/0002-vfs0090-add-missing-linux-limits.h-include.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/pkgs/libfprint-2-tod1-vfs0090/0002-vfs0090-add-missing-linux-limits.h-include.patch b/pkgs/libfprint-2-tod1-vfs0090/0002-vfs0090-add-missing-linux-limits.h-include.patch deleted file mode 100644 index 6111cf0..0000000 --- a/pkgs/libfprint-2-tod1-vfs0090/0002-vfs0090-add-missing-linux-limits.h-include.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5405e02c629e689449e852424aed8cca217ed309 Mon Sep 17 00:00:00 2001 -From: Vincent Breitmoser <look@my.amazin.horse> -Date: Thu, 10 Jun 2021 14:10:52 +0200 -Subject: [PATCH] vfs0090: add missing <linux/limits.h> include - -This header is needed for the NAME_MAX constant used in this file. - ---- - vfs0090.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/vfs0090.c b/vfs0090.c -index 8034faf..6070df7 100644 ---- a/vfs0090.c -+++ b/vfs0090.c -@@ -24,6 +24,7 @@ - - #include <errno.h> - #include <ctype.h> -+#include <linux/limits.h> - #include <nss.h> - #include <pk11pub.h> - #include <sechash.h> --- -2.31.1 - |