https://bugzilla.novell.com/show_bug.cgi?id=342036 Summary: cannot include linux/if_ppp.h Product: openSUSE 11.0 Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: sbrabec@novell.com QAContact: qa@suse.de CC: maw@novell.com Found By: --- When trying #include <linux/if_ppp.h> I get an error: /usr/include/linux/if_ppp.h:117: error: expected specifier-qualifier-list before 'aligned_u64' Using #include <linux/types.h> #include <linux/if_ppp.h> does not help. Using "#undef __KERNEL_STRICT_NAMES" is not possible in user space programs, as it will cause conflicts with sys/types.h. Work-around: #define aligned_u64 unsigned long long __attribute__((aligned(8))) #include <linux/if_ppp.h> This problem breaks gnome-applets. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.