summaryrefslogtreecommitdiffstats
path: root/test/attest.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-07-05 21:15:41 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-07-05 21:15:41 +0000
commit1f422e5f2b343d35a8c77ce4be16f74b2819b2bf (patch)
treee24bdebe86afcff3ce29cc0f47f05caec7ab7bc0 /test/attest.c
parent952e7cc56afa29f77a828aa256985ba38a06fa80 (diff)
Fix some GCC 4.0 warnings
Diffstat (limited to 'test/attest.c')
-rw-r--r--test/attest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/attest.c b/test/attest.c
index cd0e93ca..6e7d3808 100644
--- a/test/attest.c
+++ b/test/attest.c
@@ -47,7 +47,7 @@ static int at_command(int fd, char *cmd, int to)
{
fd_set rfds;
struct timeval timeout;
- unsigned char buf[1024];
+ char buf[1024];
int sel, len, i, n;
write(fd, cmd, strlen(cmd));