Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 Mar 2017 22:38:55 +0100
From: Daniel Cegiełka <daniel.cegielka@...il.com>
To: musl@...ts.openwall.com
Subject: ACCT_VERSION: linux vs musl

struct acct
{
    char ac_flag; /* Flags */
    char ac_version; /* Always set to ACCT_VERSION */


linux:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/acct.h?id=refs/tags/v4.11-rc1

old 3.2 kernel:

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/include/linux/acct.h?id=refs/tags/v3.2.86


and musl:

http://git.musl-libc.org/cgit/musl/tree/include/sys/acct.h


Daniel

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.