Updated footer comment
[yaz-moved-to-github.git] / src / ber_int.c
index f9a61ae..13e07cb 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 1995-2007, 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.7 2007-01-03 08:42:15 adam Exp $
  */
 
 /** 
@@ -25,7 +23,8 @@
 
 #ifdef WIN32
 #include <winsock.h>
-#else
+#endif
+#if HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #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