summaryrefslogtreecommitdiff
path: root/src/utmpx/pututxline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utmpx/pututxline.c')
-rw-r--r--src/utmpx/pututxline.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/utmpx/pututxline.c b/src/utmpx/pututxline.c
deleted file mode 100644
index 5dcf31d2..00000000
--- a/src/utmpx/pututxline.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <utmpx.h>
-#include <stddef.h>
-
-struct utmpx * pututxline(const struct utmpx *utmpx)
-{
- return NULL;
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif