diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/scm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/scm.h b/include/net/scm.h index 5637d5e22d5f..423cb1d5ac25 100644 --- a/include/net/scm.h +++ b/include/net/scm.h | |||
@@ -8,7 +8,7 @@ | |||
8 | /* Well, we should have at least one descriptor open | 8 | /* Well, we should have at least one descriptor open |
9 | * to accept passed FDs 8) | 9 | * to accept passed FDs 8) |
10 | */ | 10 | */ |
11 | #define SCM_MAX_FD (OPEN_MAX-1) | 11 | #define SCM_MAX_FD 255 |
12 | 12 | ||
13 | struct scm_fp_list | 13 | struct scm_fp_list |
14 | { | 14 | { |