# HG changeset patch # User Jim Meyering # Date 1319030926 -7200 # Node ID 67e19ae8059e34520342ac177842862fc68a08d9 # Parent 427ccc55d08a5b92ddf0ea600cdb4cb676ccca86 posix_openpt: remove spurious #endif * lib/posix_openpt.c (posix_openpt): Remove spurious #endif. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-19 Jim Meyering + + posix_openpt: remove spurious #endif + * lib/posix_openpt.c (posix_openpt): Remove spurious #endif. + 2011-10-19 Gary V. Vaughan maint.mk: Respect $(build_aux) in web-manual rule. diff --git a/lib/posix_openpt.c b/lib/posix_openpt.c --- a/lib/posix_openpt.c +++ b/lib/posix_openpt.c @@ -46,5 +46,3 @@ return master; } - -#endif