mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
addrwatch: add patch header from upstreamed commit
This patch was upstreamed [1], so it can be removed in the future.
For now, I added patch header, so it can be applied with `git am`
and also, we know who commited such changes.
[1] 951b6940f4
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
From 951b6940f4cf14a4a1712e9b874e3a9c5e32befc Mon Sep 17 00:00:00 2001
|
||||
From: Rosen Penev <rosenp@gmail.com>
|
||||
Date: Sun, 8 Mar 2020 03:44:53 -0700
|
||||
Subject: [PATCH] Use compile-time macro HOST_NAME_MAX instead of run-time via
|
||||
sysconf
|
||||
|
||||
This seems to be more portable for non-standard libcs.
|
||||
---
|
||||
src/addrwatch.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/src/addrwatch.c
|
||||
+++ b/src/addrwatch.c
|
||||
@@ -501,7 +501,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user