Skip to content

lsns: fix undefined reference to add_namespace_for_nsfd #3483#3484

Merged
karelzak merged 1 commit into
util-linux:masterfrom
ThomasDevoogdt:bugfix/undefined-reference-add_namespace_for_nsfd
Apr 1, 2025
Merged

lsns: fix undefined reference to add_namespace_for_nsfd #3483#3484
karelzak merged 1 commit into
util-linux:masterfrom
ThomasDevoogdt:bugfix/undefined-reference-add_namespace_for_nsfd

Conversation

@ThomasDevoogdt
Copy link
Copy Markdown
Contributor

Fixes:

sys-utils/lsns-lsns.o: In function read_process': lsns.c:(.text+0x9e8): undefined reference to add_namespace_for_nsfd'
collect2: error: ld returned 1 exit status

This should fix #3483, but I'm not really sure that my fix/implementation is the right one, so see it as a reference.

Fixes:

sys-utils/lsns-lsns.o: In function `read_process':
lsns.c:(.text+0x9e8): undefined reference to `add_namespace_for_nsfd'
collect2: error: ld returned 1 exit status

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
@karelzak karelzak merged commit a5cc401 into util-linux:master Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v2.41] undefined reference to `add_namespace_for_nsfd'

2 participants