X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_int.c;h=13e07cb93821048ccc3772fa18fd9661814c8cf7;hb=9748d1f21b8a1c8c6f14ef9384c0e4fdb2d41585;hp=e445bc94fea17784cb4a54f609cc1752a5688fb9;hpb=b7c6d3740131ba03800c5c2cc935dc2626d12bb3;p=yaz-moved-to-github.git diff --git a/src/ber_int.c b/src/ber_int.c index e445bc9..13e07cb 100644 --- a/src/ber_int.c +++ b/src/ber_int.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2005, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: ber_int.c,v 1.6 2005-08-11 14:21:55 adam Exp $ */ /** @@ -25,7 +23,8 @@ #ifdef WIN32 #include -#else +#endif +#if HAVE_NETINET_IN_H #include #endif @@ -113,6 +112,7 @@ int ber_decinteger(const unsigned char *buf, int *val, int max) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab