posix_openpt: remove spurious #endif
authorJim Meyering <meyering@redhat.com>
Wed, 19 Oct 2011 13:28:46 +0000 (15:28 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 19 Oct 2011 13:28:46 +0000 (15:28 +0200)
* lib/posix_openpt.c (posix_openpt): Remove spurious #endif.

ChangeLog
lib/posix_openpt.c

index 478a7f2..fc42c53 100644 (file)
--- 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.
index 3b7d4cf..19cd0b6 100644 (file)
@@ -46,5 +46,3 @@ posix_openpt (int flags)
 
   return master;
 }
-
-#endif