The Samba-Bugzilla – Attachment 793 Details for
Bug 2061
avoid inclusion of linux/audit.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Define _LINUX_AUDIT_H_ to avoid the inclusion
samba-no_inc_audit.diff (text/plain), 884 bytes, created by
Lars Müller
on 2004-11-18 07:36:12 UTC
(
hide
)
Description:
Define _LINUX_AUDIT_H_ to avoid the inclusion
Filename:
MIME Type:
Creator:
Lars Müller
Created:
2004-11-18 07:36:12 UTC
Size:
884 bytes
patch
obsolete
>Author: Ruediger Oertel <ro at SuSE dot de> >Subject: avoid inclusion of linux/audit.h >Bugzilla: bugzilla.Samba.org #2061 > >--- samba-3.0.4/source/client/smbmnt.c >+++ samba-3.0.4/source/client/smbmnt.c >@@ -22,6 +22,7 @@ > is what we need from <linux/fs.h> under libc systems and is > provided in standard includes on glibc systems. So... We > switch on what we need... */ >+#define _LINUX_AUDIT_H_ > #include <linux/fs.h> > #endif > >--- samba-3.0.4/source/client/smbmount.c >+++ samba-3.0.4/source/client/smbmount.c >@@ -24,6 +24,7 @@ > > #include <mntent.h> > #include <asm/types.h> >+#define _LINUX_AUDIT_H_ > #include <linux/smb_fs.h> > > extern BOOL in_client; >--- samba-3.0.4/source/client/smbumount.c >+++ samba-3.0.4/source/client/smbumount.c >@@ -9,6 +9,7 @@ > > #include <mntent.h> > >+#define _LINUX_AUDIT_H_ > #include <asm/types.h> > #include <asm/posix_types.h> > #include <linux/smb.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2061
: 793