-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 104158 b: refs/heads/master c: 68a61c8 h: refs/heads/master v: v3
- Loading branch information
Sam Ravnborg
authored and
David S. Miller
committed
Jul 18, 2008
1 parent
5ff420a
commit b1c1eba
Showing
3 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7acc483d21a6e45e6ec8dc1eec711f7881bc3f3f | ||
refs/heads/master: 68a61c8d87dae7c7b7cc76ab01190475e87be0d9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
/* | ||
* resource.h: Resource definitions. | ||
* | ||
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) | ||
*/ | ||
|
||
#ifndef _SPARC64_RESOURCE_H | ||
#define _SPARC64_RESOURCE_H | ||
|
||
/* | ||
* These two resource limit IDs have a Sparc/Linux-specific ordering, | ||
* the rest comes from the generic header: | ||
*/ | ||
#define RLIMIT_NOFILE 6 /* max number of open files */ | ||
#define RLIMIT_NPROC 7 /* max number of processes */ | ||
|
||
#include <asm-generic/resource.h> | ||
|
||
#endif /* !(_SPARC64_RESOURCE_H) */ | ||
#include <asm-sparc/resource.h> |