diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-05-12 13:39:27 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-05-12 14:08:39 +0000 |
| commit | eed3be47967f0ac8268d1655f57bc302c123e991 (patch) | |
| tree | e2f0e2070a986b6894d8d6aa6452b080db1de79f /sys/compat/linuxkpi/common/include/linux/workqueue.h | |
| parent | 909aa6781340f8c0b4ae01c6366bf1556ee2d1be (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/workqueue.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/workqueue.h b/sys/compat/linuxkpi/common/include/linux/workqueue.h index 25ee861d3015..66d3981d4229 100644 --- a/sys/compat/linuxkpi/common/include/linux/workqueue.h +++ b/sys/compat/linuxkpi/common/include/linux/workqueue.h @@ -90,7 +90,7 @@ struct delayed_work { struct { struct callout callout; struct mtx mtx; - long expires; + unsigned long expires; } timer; }; |
