]> arthur.barton.de Git - bup.git/commit
cmd/lib/bup.c: Don't use sysctl kern.proc.pathname on NetBSD
authorGreg Troxel <gdt@lexort.com>
Wed, 6 Jul 2022 13:20:47 +0000 (09:20 -0400)
committerRob Browning <rlb@defaultvalue.org>
Sat, 9 Jul 2022 18:42:00 +0000 (13:42 -0500)
commitf5cf01c61b498d00a46f158cb75fa2ddb38b7a43
tree9207d80cbbc4cb149ca271010408ccaab8ab99c0
parent20f319e097738120926b8f8ade02423bdf8df241
cmd/lib/bup.c: Don't use sysctl kern.proc.pathname on NetBSD

This doesn't work, and I have no idea why the code asks for it.
Removing NetBSD from this ifdef branch makes executing bup within the
build tree work again.

Signed-off-by: Greg Troxel <gdt@lexort.com>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/cmd/bup.c