[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] posix_openpt: new module
From: |
Jim Meyering |
Subject: |
Re: [PATCH] posix_openpt: new module |
Date: |
Wed, 19 Oct 2011 15:32:59 +0200 |
I ran gnulib's top-level "make check", and cppi spotted this:
>From ca3be51f7beb529726b066d1da34acd338828b24 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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 478a7f2..fc42c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-19 Jim Meyering <address@hidden>
+
+ posix_openpt: remove spurious #endif
+ * lib/posix_openpt.c (posix_openpt): Remove spurious #endif.
+
2011-10-19 Gary V. Vaughan <address@hidden>
maint.mk: Respect $(build_aux) in web-manual rule.
diff --git a/lib/posix_openpt.c b/lib/posix_openpt.c
index 3b7d4cf..19cd0b6 100644
--- a/lib/posix_openpt.c
+++ b/lib/posix_openpt.c
@@ -46,5 +46,3 @@ posix_openpt (int flags)
return master;
}
-
-#endif
--
1.7.7.30.g22b6ea.dirty