Remove trailing characters from #endif.

Actually this #endif is not needed, so remove leading characters also.
This commit is contained in:
David E. O'Brien 2002-03-15 09:58:45 +00:00
parent fa45345e6e
commit 68a6b5e1ba

View File

@ -31,12 +31,9 @@
* SUCH DAMAGE.
*/
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#endif 0
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");