Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37732634
en ru br
ALT Linux repos
S:1.5.6-alt1.1
5.0: 1.4.4-alt1.1

Group :: System/Configuration/Boot and Init
RPM: readahead

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: readahead-1.4.5-audit_reply_list.patch
Download


diff -up readahead-1.4.5/src/readahead-collector.c.reply_list readahead-1.4.5/src/readahead-collector.c
--- readahead-1.4.5/src/readahead-collector.c.reply_list	2008-09-03 16:22:50.000000000 +0200
+++ readahead-1.4.5/src/readahead-collector.c	2008-09-03 16:22:57.000000000 +0200
@@ -48,6 +48,12 @@
 
 #define MAX_READLINKS 32
 
+struct auditd_reply_list {
+        struct audit_reply reply;
+        struct auditd_reply_list *next;
+        int ack_socket;
+        unsigned long sequence_id;
+};
 
 /* daemon initialization pipe */
 static int init_pipe[2];
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin