Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
60ce3fec
Commit
60ce3fec
authored
Feb 11, 2004
by
Chas Williams
Committed by
David S. Miller
Feb 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ATM]: prevent userspace compilation errors with glibc-kernheaders
parent
5b5f13cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
include/linux/atmdev.h
include/linux/atmdev.h
+1
-3
include/linux/sonet.h
include/linux/sonet.h
+1
-3
No files found.
include/linux/atmdev.h
View file @
60ce3fec
...
...
@@ -200,9 +200,7 @@ struct atm_cirange {
"SESSION", "HASSAP", "BOUND", "CLOSE"
#ifndef __KERNEL__
#undef __AAL_STAT_ITEMS
#else
#ifdef __KERNEL__
#include <linux/wait.h>
/* wait_queue_head_t */
#include <linux/time.h>
/* struct timeval */
...
...
include/linux/sonet.h
View file @
60ce3fec
...
...
@@ -56,9 +56,7 @@ struct sonet_stats {
#define SONET_FRSENSE_SIZE 6
/* C1[3],H1[3] (0xff for unknown) */
#ifndef __KERNEL__
#undef __SONET_ITEMS
#else
#ifdef __KERNEL__
#include <asm/atomic.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment