[Date Prev][Date Next] [Chronological] [Thread] [Top]

missing end-of-line in slapd/entry.c (ITS#737)



Full_Name: Mei-Hui Su
Version: latest in CVS
OS: solaris 2.7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.9.64.206)


Hi, 

  There is a missing end-of-line in ldap/servers/slapd/entry.c

mei

 
cc -g -I../../include
-I/nfs/globus2/MEI/nPROJ_CC/OpenLDAP/OpenLDAP-dev/ldap/include   -I/nfs/gl
obus1/BerkeleyDB/db-3.1.17/sparc-sun-solaris2.7/include
-I/nfs/globus2/MEI/nPROJ_CC/SASL/sparc-s
un-solaris2.7/include   -c 
/nfs/globus2/MEI/nPROJ_CC/OpenLDAP/OpenLDAP-dev/ldap/servers/slapd/e
ntry.c
"/nfs/globus2/MEI/nPROJ_CC/OpenLDAP/OpenLDAP-dev/ldap/servers/slapd/entry.c",
line 456: #ifdef o
n line 281 has no matching #endif
"/nfs/globus2/MEI/nPROJ_CC/OpenLDAP/OpenLDAP-dev/ldap/servers/slapd/entry.c",
line 456: warning:
 newline not last character in file
"/nfs/globus2/MEI/nPROJ_CC/OpenLDAP/OpenLDAP-dev/ldap/servers/slapd/entry.c",
line 456: #if-less
 #endif
cc: acomp failed for
/nfs/globus2/MEI/nPROJ_CC/OpenLDAP/OpenLDAP-dev/ldap/servers/slapd/entry.c
*** Error code 2
make: Fatal error: Command failed for target `entry.o'


Index: entry.c
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/servers/slapd/entry.c,v
retrieving revision 1.45
diff -r1.45 entry.c
456c456,457
< #endif
\ No newline at end of file
---
> #endif
>