diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-10-17 21:02:02 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-10-17 21:02:02 +0000 |
| commit | bb8992b32ca5d4d97f0b2f5aa907e45e286fc468 (patch) | |
| tree | 5b09dd39f5216e1404780123149bb11ffca8fd54 /sys | |
| parent | 4aba47f7ce75e1c3fe23b55d5253f28ed35dfd6f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_intr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index 4bace311eae0..debca73db845 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -124,7 +124,7 @@ ithread_update(struct ithd *ithd) return; p = td->td_proc; - strlcpy(p->p_comm, ithd->it_name, sizeof(ithd->it_name)); + strlcpy(p->p_comm, ithd->it_name, sizeof(p->p_comm)); ih = TAILQ_FIRST(&ithd->it_handlers); if (ih == NULL) { |
