X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblber%2Fnt_err.c;h=973afc4bfb0f1675900ae32f4e6f72fed487d6c7;hb=467a5bd9cd94abb7476d5ce9487fa1367668d056;hp=a9815aab5a97ae782669a63c5e69aabd06c64d68;hpb=0e2af54a3ffdeebe3901370683be56fcc53023b0;p=openldap diff --git a/libraries/liblber/nt_err.c b/libraries/liblber/nt_err.c index a9815aab5a..973afc4bfb 100644 --- a/libraries/liblber/nt_err.c +++ b/libraries/liblber/nt_err.c @@ -1,8 +1,18 @@ /* $OpenLDAP$ */ -/* - * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2009 The OpenLDAP Foundation. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ + #include "portable.h" #ifdef HAVE_WINSOCK2 @@ -15,8 +25,7 @@ char *ber_pvt_wsa_err2string( int err ) { - switch( err ) - { + switch( err ) { LBER_RETSTR( WSAEINTR ) LBER_RETSTR( WSAEBADF ) LBER_RETSTR( WSAEACCES ) @@ -84,4 +93,4 @@ char *ber_pvt_wsa_err2string( int err ) LBER_RETSTR( WSANO_DATA ) } return "unknown WSA error"; -} \ No newline at end of file +}