diff options
Diffstat (limited to 'src/utmpx/pututxline.c')
-rw-r--r-- | src/utmpx/pututxline.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utmpx/pututxline.c b/src/utmpx/pututxline.c index 43e5ecc7..5dcf31d2 100644 --- a/src/utmpx/pututxline.c +++ b/src/utmpx/pututxline.c @@ -1,3 +1,5 @@ +#if 0 + #include <utmpx.h> #include <stddef.h> @@ -9,3 +11,6 @@ struct utmpx * pututxline(const struct utmpx *utmpx) /* XOPEN(400) */ + + +#endif |