X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fschemaparse.c;h=a1c6f34f12cf2caee2f5e89334f0fca096568cfd;hb=b70abdcbce1544c95130102c7c01c7f1c1740ecd;hp=7f2611f1ee1a764be16b5e810d87083378ae914f;hpb=4e15a84452f0493b1b5bc7b779c7bd1cd4fa4b73;p=openldap diff --git a/servers/slapd/schemaparse.c b/servers/slapd/schemaparse.c index 7f2611f1ee..a1c6f34f12 100644 --- a/servers/slapd/schemaparse.c +++ b/servers/slapd/schemaparse.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2003 The OpenLDAP Foundation. + * Copyright 1998-2005 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -126,8 +126,7 @@ parse_cr( const char *fname, int lineno, char *line, - char **argv -) + char **argv ) { LDAPContentRule *cr; int code; @@ -165,8 +164,7 @@ parse_oc( const char *fname, int lineno, char *line, - char **argv -) + char **argv ) { LDAPObjectClass *oc; int code; @@ -247,8 +245,7 @@ parse_at( const char *fname, int lineno, char *line, - char **argv -) + char **argv ) { LDAPAttributeType *at; int code;