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