From: Jim Meyering Date: Wed, 19 Oct 2011 13:28:46 +0000 (+0200) Subject: posix_openpt: remove spurious #endif X-Git-Tag: v0.1~1559 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ca3be51f7beb529726b066d1da34acd338828b24;p=gnulib.git posix_openpt: remove spurious #endif * lib/posix_openpt.c (posix_openpt): Remove spurious #endif. --- diff --git a/ChangeLog b/ChangeLog index 478a7f2ae8..fc42c539a9 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 3b7d4cf08f..19cd0b6c21 100644 --- a/lib/posix_openpt.c +++ b/lib/posix_openpt.c @@ -46,5 +46,3 @@ posix_openpt (int flags) return master; } - -#endif