]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/getopt_long.h
CI: Add warning exemptions for Sun C (suncc-5.15) on Solaris 10
[tcpdump] / missing / getopt_long.h
index fbb94e6bff7793fd8c2e0a647cb51a064fef7938..af97965e4f7332101a6bc11f5c59a47bc4c1788a 100644 (file)
@@ -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_ */