Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150706
b: refs/heads/master
c: 7d217d7
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed Jun 7, 2009
1 parent 5a76fe2 commit 98dcca5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1bc81a0ef86b86fa410dd303d84c8c7bd09a64d
refs/heads/master: 7d217d7ffc3433d8b157e1fb6c68a07197a182d5
2 changes: 2 additions & 0 deletions trunk/arch/alpha/include/asm/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,6 @@
#define EOWNERDEAD 136 /* Owner died */
#define ENOTRECOVERABLE 137 /* State not recoverable */

#define ERFKILL 138 /* Operation not possible due to RF-kill */

#endif
2 changes: 2 additions & 0 deletions trunk/arch/mips/include/asm/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
#define EOWNERDEAD 165 /* Owner died */
#define ENOTRECOVERABLE 166 /* State not recoverable */

#define ERFKILL 167 /* Operation not possible due to RF-kill */

#define EDQUOT 1133 /* Quota exceeded */

#ifdef __KERNEL__
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/parisc/include/asm/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@
#define EOWNERDEAD 254 /* Owner died */
#define ENOTRECOVERABLE 255 /* State not recoverable */

#define ERFKILL 256 /* Operation not possible due to RF-kill */

#endif
2 changes: 2 additions & 0 deletions trunk/arch/sparc/include/asm/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@
#define EOWNERDEAD 132 /* Owner died */
#define ENOTRECOVERABLE 133 /* State not recoverable */

#define ERFKILL 134 /* Operation not possible due to RF-kill */

#endif

0 comments on commit 98dcca5

Please sign in to comment.