Messages in this thread |  | | Subject | struct acct uses 16bit uids :-( | From | Andreas Jaeger <> | Date | 20 Nov 2000 17:33:04 +0100 |
| |
Hi,
is anybody maintaining the BSD process accounting? It's currently broken since it still uses 16 bit uids :-(
struct acct in <linux/acct.h> contains: /* * No binary format break with 2.0 - but when we hit 32bit uid we'll * have to bite one */ __u16 ac_uid; /* Accounting Real User ID */ __u16 ac_gid; /* Accounting Real Group ID */
Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |