changeset 15967:67e19ae8059e

posix_openpt: remove spurious #endif * lib/posix_openpt.c (posix_openpt): Remove spurious #endif.
author Jim Meyering <meyering@redhat.com>
date Wed, 19 Oct 2011 15:28:46 +0200
parents 427ccc55d08a
children 2b374341c334
files ChangeLog lib/posix_openpt.c
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-19  Jim Meyering  <meyering@redhat.com>
+
+	posix_openpt: remove spurious #endif
+	* lib/posix_openpt.c (posix_openpt): Remove spurious #endif.
+
 2011-10-19  Gary V. Vaughan  <gary@gnu.org>
 
 	maint.mk: Respect $(build_aux) in web-manual rule.
--- a/lib/posix_openpt.c
+++ b/lib/posix_openpt.c
@@ -46,5 +46,3 @@
 
   return master;
 }
-
-#endif