diff options
author | 2007-05-28 15:44:04 +0000 | |
---|---|---|
committer | 2007-05-28 15:44:04 +0000 | |
commit | eed6034522dc6314725b85eb0e95f94ead17e4de (patch) | |
tree | 769b316377a74f1f0c8c3482a2f751395bb78dcc | |
parent | Fix timeout loop in ips_poll(). (diff) | |
download | wireguard-openbsd-eed6034522dc6314725b85eb0e95f94ead17e4de.tar.xz wireguard-openbsd-eed6034522dc6314725b85eb0e95f94ead17e4de.zip |
Art left a trailing quote as an easter egg in this file five years ago. Can
I have a cookie?
-rw-r--r-- | sys/dev/ofw/ofdisk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/ofdisk.c b/sys/dev/ofw/ofdisk.c index 57f2439e4eb..8829bdfc7f2 100644 --- a/sys/dev/ofw/ofdisk.c +++ b/sys/dev/ofw/ofdisk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofdisk.c,v 1.12 2007/04/30 01:28:02 krw Exp $ */ +/* $OpenBSD: ofdisk.c,v 1.13 2007/05/28 15:44:04 miod Exp $ */ /* $NetBSD: ofdisk.c,v 1.3 1996/10/13 01:38:13 christos Exp $ */ /* @@ -261,7 +261,7 @@ ofdstrategy(struct buf *bp) done: s = splbio(); - biodone(bp);' + biodone(bp); splx(s); } |