From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Johannes Schauer" Date: Thu, 05 May 2011 12:04:09 +0000 Subject: Re: udev regression from 167 to 168 on notion ink adam Message-Id: <1438502610.430340.1304597049693.JavaMail.fmail@mwmweb067> List-Id: References: <809580245.144501.1304521074555.JavaMail.fmail@mwmweb069> In-Reply-To: <809580245.144501.1304521074555.JavaMail.fmail@mwmweb069> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: linux-hotplug@vger.kernel.org Hi, >But on the other hand we require a certain kernel version and it's >symbols to work. There should never be a ENOSYS unless something is >broken somewhere else. It seems that indeed something is broken somewhere else. When I compile this small C snippet: #include #include #include int main() {     accept4(0, NULL, 0, 0);     perror("accept4"); } then instead of "accept4: Socket operation on non-socket" I get "accept4: Function not implemented". I'm clueless though why that is since i'm definitely on 2.6.32 and using libc6 2.13 which should both be enough for accept4 to be there. thank you for your help so far but it seems this is not a problem with udev :) cheers, josch