Commit 158cd30
committed
hurd: fix definition of utsname struct
- drop the "domainname" field, as it is not actually used
- add a private "_UTSNAME_LENGTH" constant matching the helper libc one,
to ease declaring the struct
- bump the size of the other fields to "_UTSNAME_LENGTH"1 parent f68f68c commit 158cd30
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
881 | 880 | | |
882 | 881 | | |
883 | 882 | | |
| |||
3436 | 3435 | | |
3437 | 3436 | | |
3438 | 3437 | | |
| 3438 | + | |
| 3439 | + | |
| 3440 | + | |
3439 | 3441 | | |
3440 | 3442 | | |
3441 | 3443 | | |
| |||
0 commit comments