summaryrefslogtreecommitdiff
path: root/test/stdlib/ptytest.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-30 23:46:27 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-30 23:46:27 +0000
commitb9cf3835367a7005693419fb06a2402a68176c1f (patch)
treedf5df88219278350346b4aa8c40e3a1334b66ed2 /test/stdlib/ptytest.c
parent6a986cd382b94d27cfcd988dc457e73f9f43bf1f (diff)
fix type casting so we dont have any warnings on 32/64 bit arches
Diffstat (limited to 'test/stdlib/ptytest.c')
-rw-r--r--test/stdlib/ptytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdlib/ptytest.c b/test/stdlib/ptytest.c
index dd531b416..a79563880 100644
--- a/test/stdlib/ptytest.c
+++ b/test/stdlib/ptytest.c
@@ -5,7 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
-int main()
+int main(int argc, char **argv)
{
int fd;
char *cp;