aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-08-31 13:31:46 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-08-31 13:31:46 +0000
commit6f66416685841af541c69c00e1ebb569702418ed (patch)
treecdf4c232fb1599282241d6074d0898ba6359f8f4 /include/aserver.h
parenta01c8f0d03e7360c5d19a960e766186038694cd5 (diff)
Types size fixes
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aserver.h b/include/aserver.h
index 428ec286..7c477fa3 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -65,7 +65,7 @@ typedef struct {
typedef struct {
long result;
- long cookie;
+ int cookie;
} snd_client_open_answer_t;
struct cmsg_fd