diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-06-05 12:45:49 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-06-05 12:45:49 +0000 |
commit | 50086f252a707f0e817c106badb17f2aa7814784 (patch) | |
tree | a48fa80af77d6afc73ca6ec798570993bed27d9d /usr.bin/aucat/aucat.c | |
parent | 34efc00b4042f87181ec69432f8164115bae2208 (diff) |
Don't send the initial position as a clock tick with a negative delta.
Add a new ``initial position'' message which is simpler. No bahaviour
change, except effects of the protocol version crank.
Diffstat (limited to 'usr.bin/aucat/aucat.c')
-rw-r--r-- | usr.bin/aucat/aucat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index 97933ab5993..daa3d727d2c 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.92 2010/06/04 06:15:28 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.93 2010/06/05 12:45:48 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -242,7 +242,7 @@ struct cfdev { struct cfmidlist mids; /* midi ports to subscribe */ struct aparams ipar; /* input (read) parameters */ struct aparams opar; /* output (write) parameters */ - unsigned hold; /* open immediately */ + unsigned hold; /* open immediately */ unsigned bufsz; /* par.bufsz for sio device */ unsigned round; /* par.round for sio device */ unsigned mode; /* bitmap of MODE_XXX */ |