Skip to content

Commit

Permalink
sysent: Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Aug 22, 2024
1 parent f18a112 commit d701684
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion sys/compat/freebsd32/freebsd32_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct freebsd32_getitimer_args {
struct freebsd32_fcntl_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
char arg_l_[PADL_(int32_t)]; int32_t arg; char arg_r_[PADR_(int32_t)];
char arg_l_[PADL_(intptr32_t)]; intptr32_t arg; char arg_r_[PADR_(intptr32_t)];

Check warning on line 92 in sys/compat/freebsd32/freebsd32_proto.h

View workflow job for this annotation

GitHub Actions / Style Checker

line over 80 characters
};
struct freebsd32_select_args {
char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];
Expand Down
Loading

0 comments on commit d701684

Please sign in to comment.