[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
getproc() and zsh
From: |
Samuel Thibault |
Subject: |
getproc() and zsh |
Date: |
Mon, 27 Jun 2011 21:37:22 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Hello,
zsh started failing to build it static variant on hurd-i386 since we
added the sendmsg(SCM_RIGHTS) patch. This is because it uses getauth(),
which thus pulls hurdports.o from libcrt.a, and thus getproc(), for
which zsh already provides a symbol, and they hence conflict.
Emilio, do you remember why using getauth(), and not one of
_hurd_id.rid_auth or __USEPORT?
Samuel
- getproc() and zsh,
Samuel Thibault <=