diff options
author | 2017-12-07 02:08:44 +0000 | |
---|---|---|
committer | 2017-12-07 02:08:44 +0000 | |
commit | 1c866f68cae46bccb8808225c5466710c68db9dc (patch) | |
tree | 420909caa85179ec1d2e89c9e64eb237b103102b | |
parent | reorder some port numbers, no functional change. (diff) | |
download | wireguard-openbsd-1c866f68cae46bccb8808225c5466710c68db9dc.tar.xz wireguard-openbsd-1c866f68cae46bccb8808225c5466710c68db9dc.zip |
Let it compile again.
-rw-r--r-- | usr.bin/cdio/cddb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/cddb.c b/usr.bin/cdio/cddb.c index ffde75b70da..96bb9cc4736 100644 --- a/usr.bin/cdio/cddb.c +++ b/usr.bin/cdio/cddb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cddb.c,v 1.21 2017/12/06 17:15:43 espie Exp $ */ +/* $OpenBSD: cddb.c,v 1.22 2017/12/07 02:08:44 krw Exp $ */ /* * Copyright (c) 2002 Marc Espie. * @@ -94,7 +94,7 @@ send_query(FILE *f, int n, struct cd_toc_entry *e) for (i = 0; i < n; i++) fprintf(f, " %lu", entry2frames(e+i)); fprintf(f, " %lu\r\n", (entry2frames(e+n)-entry2frames(e)) /75); - fflush(cout); + fflush(f); } #define MAXSIZE 256 |