X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fbertorture.c;h=756512338b416dd5b21c1936538618f2e00a6bed;hb=e4ef95b2ccfe88d7049543664f00e5fda957dd0c;hp=936602a386ba97de56bad9a281f03a26e39fbfc8;hpb=4c176312acdc3444c9afc820f76a393e64668e52;p=yaz-moved-to-github.git diff --git a/client/bertorture.c b/client/bertorture.c index 936602a..7565123 100644 --- a/client/bertorture.c +++ b/client/bertorture.c @@ -1,15 +1,22 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: bertorture.c,v 1.2 2005-01-15 19:47:08 adam Exp $ + * $Id: bertorture.c,v 1.5 2007-01-03 08:42:13 adam Exp $ */ #include +#if HAVE_SYS_TYPES_H #include +#endif +#if HAVE_SYS_STAT_H #include +#endif #include +#if HAVE_UNISTD_H #include +#endif + #include #include @@ -214,3 +221,11 @@ int main(int argc, char **argv) printf ("%3d %9d\n", i, estat[i]); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +