diff options
Diffstat (limited to 'sys/arch/macppc/dev/xlights.c')
-rw-r--r-- | sys/arch/macppc/dev/xlights.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/xlights.c b/sys/arch/macppc/dev/xlights.c index 8ab39f37b7c..ba0390adbda 100644 --- a/sys/arch/macppc/dev/xlights.c +++ b/sys/arch/macppc/dev/xlights.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xlights.c,v 1.8 2017/09/08 05:36:52 deraadt Exp $ */ +/* $OpenBSD: xlights.c,v 1.9 2019/10/08 13:21:38 cheloha Exp $ */ /* * Copyright (c) 2007 Gordon Willem Klok <gwk@openbsd,org> * @@ -266,8 +266,8 @@ xlights_theosDOT(void *v) } else { xlights_startdma(sc); while (sc->sc_dmasts) - tsleep(sc->sc_buf, PWAIT, - "blinken", 0); + tsleep_nsec(sc->sc_buf, PWAIT, + "blinken", INFSLP); p = sc->sc_buf; } } |