X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblber%2Fetest.c;h=9d235b8554e3cc534843d7942f8847616d39d1e6;hb=304a57740a0dbb8c95bbbdada7b7972eee521fa0;hp=c0b2f40ce16da6a9f2c64cd336f9c4d184e19ae2;hpb=60d9aeed6e61463fa266bcf47bf50e2dd0cfad3d;p=openldap diff --git a/libraries/liblber/etest.c b/libraries/liblber/etest.c index c0b2f40ce1..9d235b8554 100644 --- a/libraries/liblber/etest.c +++ b/libraries/liblber/etest.c @@ -1,4 +1,5 @@ /* test.c - lber encoding test program */ +/* $OpenLDAP$ */ /* * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file @@ -11,7 +12,8 @@ #include "portable.h" #include -#include + +#include #include #include @@ -76,7 +78,7 @@ main( int argc, char **argv ) sb = ber_sockbuf_alloc_fd( fd ); if( sb == NULL ) { - perror( "lber_sockbuf_alloc_fd" ); + perror( "ber_sockbuf_alloc_fd" ); return( EXIT_FAILURE ); }