summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
commitb830319d49a421741b61ae29ce32ab37f8b970ed (patch)
tree9611a0ac70047e08ed3850dce6d9cdf143b9e833 /login
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'login')
-rw-r--r--login/getpt.c1
-rw-r--r--login/grantpt.c1
-rw-r--r--login/unlockpt.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/login/getpt.c b/login/getpt.c
index 34218a63ac..4b9b037b98 100644
--- a/login/getpt.c
+++ b/login/getpt.c
@@ -41,4 +41,3 @@ weak_alias (__posix_openpt, posix_openpt)
stub_warning (getpt)
stub_warning (posix_openpt)
-#include <stub-tag.h>
diff --git a/login/grantpt.c b/login/grantpt.c
index a076112fcf..fd7ee6c0bc 100644
--- a/login/grantpt.c
+++ b/login/grantpt.c
@@ -31,4 +31,3 @@ grantpt (fd)
}
stub_warning (grantpt)
-#include <stub-tag.h>
diff --git a/login/unlockpt.c b/login/unlockpt.c
index 1f3bf14ce2..f00d88f9c1 100644
--- a/login/unlockpt.c
+++ b/login/unlockpt.c
@@ -31,4 +31,3 @@ unlockpt (fd)
}
stub_warning (unlockpt)
-#include <stub-tag.h>