diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 20:12:57 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:59 +0000 |
commit | a2f733abcff64628b7771a47089628b7327a88bd (patch) | |
tree | 82d32de87b0381c9e3904e1c09f0ddbbc442182a /lib/libc/stdlib | |
parent | 33ccf366718d189f206f1ed6c43cbcb7b50a2e6c (diff) |
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getopt_long.c | 2 | ||||
-rw-r--r-- | lib/libc/stdlib/ptsname.c | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c index 1fdc5e3047af..5cf6a55649bd 100644 --- a/lib/libc/stdlib/getopt_long.c +++ b/lib/libc/stdlib/getopt_long.c @@ -49,8 +49,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if 0 -#endif #include <err.h> #include <errno.h> #include <getopt.h> diff --git a/lib/libc/stdlib/ptsname.c b/lib/libc/stdlib/ptsname.c index ea1bc9c7b7f6..adbf0e1692a4 100644 --- a/lib/libc/stdlib/ptsname.c +++ b/lib/libc/stdlib/ptsname.c @@ -29,9 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#endif /* not lint */ - #include "namespace.h" #include <sys/param.h> #include <sys/ioctl.h> |