Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117432
b: refs/heads/master
c: 2985cfd
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and H. Peter Anvin committed Oct 23, 2008
1 parent 1522373 commit e21ced9
Show file tree
Hide file tree
Showing 5 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: 6b0eed4ef3d024c3a709fbc3bb45ee5b0ac8486d
refs/heads/master: 2985cfdb04002b8e4c003a4008b2580aaebf75fc
3 changes: 1 addition & 2 deletions trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ core-y += $(ARCH_DIR)/kernel/ \
$(ARCH_DIR)/os-$(OS)/

# Have to precede the include because the included Makefiles reference them.
SYMLINK_HEADERS := archparam.h processor.h ptrace.h \
module.h vm-flags.h elf.h
SYMLINK_HEADERS := archparam.h processor.h ptrace.h module.h elf.h
SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header))

# XXX: The "os" symlink is only used by arch/um/include/os.h, which includes
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
struct page;

#include <linux/types.h>
#include <asm/vm-flags.h>
#include <sysdep/vm-flags.h>

/*
* These are used to make use of C type-checking..
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e21ced9

Please sign in to comment.