X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7885cfa165458a05ef818c34ee03affc79f03725..HEAD:/missing/getopt_long.h diff --git a/missing/getopt_long.h b/missing/getopt_long.h index fbb94e6b..af97965e 100644 --- a/missing/getopt_long.h +++ b/missing/getopt_long.h @@ -30,8 +30,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _GETOPT_LONG_H_ -#define _GETOPT_LONG_H_ +#ifndef ND_GETOPT_LONG_H_ +#define ND_GETOPT_LONG_H_ /* * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension. @@ -63,4 +63,4 @@ int getopt_long_only(int, char * const *, const char *, extern char *optarg; /* getopt(3) external variables */ extern int optind, opterr, optopt; -#endif /* !_GETOPT_LONG_H_ */ +#endif /* ! ND_GETOPT_LONG_H_ */