X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Ftstlockscope.c;h=a541cfaf80b8b751143098ea698d8bcc58f6541d;hb=e42ae39f438cad849a0cea2cca2f9f67e1225dfd;hp=ab3c30e13a4ef54c2bae041cfe38c56ac9917d43;hpb=efced36ec8c431c1f630c69beed3e29965900538;p=idzebra-moved-to-github.git diff --git a/util/tstlockscope.c b/util/tstlockscope.c index ab3c30e..a541cfa 100644 --- a/util/tstlockscope.c +++ b/util/tstlockscope.c @@ -1,8 +1,5 @@ -/* $Id: tstlockscope.c,v 1.2 2007-05-16 12:31:17 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -24,15 +21,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA \brief tests scope of fcntl locks.. Either "process" or "thread" */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include #include -#include #include #include -#if YAZ_POSIX_THREADS #include +#if YAZ_POSIX_THREADS +#include #endif int fd; @@ -98,6 +98,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab