Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42738
b: refs/heads/master
c: 54f9a39
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Dec 7, 2006
1 parent fe6aa03 commit 2b51b3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bcbdf603bc4bf24c2bcfa071871afb03dd3ae80
refs/heads/master: 54f9a398e18a49e302e2187fa694043250391d80
1 change: 0 additions & 1 deletion trunk/arch/um/sys-i386/ldt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Licensed under the GPL
*/

#include "linux/stddef.h"
#include "linux/sched.h"
#include "linux/slab.h"
#include "linux/types.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/sys-i386/ptrace_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*/

#include <stdio.h>
#include <stddef.h>
#include <errno.h>
#include <unistd.h>
#include <linux/stddef.h>
#include "ptrace_user.h"
/* Grr, asm/user.h includes asm/ptrace.h, so has to follow ptrace_user.h */
#include <asm/user.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/sys-i386/user-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <signal.h>
#include <asm/ptrace.h>
#include <asm/user.h>
#include <linux/stddef.h>
#include <stddef.h>
#include <sys/poll.h>

#define DEFINE(sym, val) \
Expand Down

0 comments on commit 2b51b3a

Please sign in to comment.