X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flber_types.nt;h=9b04d5c76eef771f06697b6bdbb51f8c2908fbeb;hb=78066c08c0650e5b1e7e205946d409e3dd10e73b;hp=c1280ec5201061376582bd83dc0ea2ecc4842ee2;hpb=8b99e6cdbd7c4517a6576877374ff52da55165a9;p=openldap diff --git a/include/lber_types.nt b/include/lber_types.nt index c1280ec520..9b04d5c76e 100644 --- a/include/lber_types.nt +++ b/include/lber_types.nt @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms are permitted only @@ -26,7 +26,7 @@ LDAP_BEGIN_DECL * * bitsof(short) == 2 * bitsof(int) == 4 - * bitsof(long) == 4 /* or larger */ + * bitsof(long) == 4 (or larger) * * typedef unsigned int size_t; * typedef unsigned int SOCKET;