From ca3be51f7beb529726b066d1da34acd338828b24 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Oct 2011 15:28:46 +0200 Subject: [PATCH] posix_openpt: remove spurious #endif * lib/posix_openpt.c (posix_openpt): Remove spurious #endif. --- ChangeLog | 5 +++++ lib/posix_openpt.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 478a7f2ae..fc42c539a 100644 --- 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 index 3b7d4cf08..19cd0b6c2 100644 --- a/lib/posix_openpt.c +++ b/lib/posix_openpt.c @@ -46,5 +46,3 @@ posix_openpt (int flags) return master; } - -#endif -- 2.11.0