]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Squelch warnings on OS X.
authorGuy Harris <[email protected]>
Wed, 7 May 2014 19:23:29 +0000 (12:23 -0700)
committerGuy Harris <[email protected]>
Wed, 7 May 2014 19:23:29 +0000 (12:23 -0700)
tcpdump.c

index 2e9a5055fee7e0c0112d740ff37f6e3d4521e5d7..39811867f72ee0f17bbe7127211c44c7e351d284 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -2257,6 +2257,7 @@ static void verbose_stats_dump(int sig _U_)
 }
 #endif
 
+USES_APPLE_DEPRECATED_API
 static void
 print_version(void)
 {
@@ -2294,6 +2295,7 @@ print_version(void)
        (void)fprintf (stderr, "SMI-library: %s\n", smi_version_string);
 #endif
 }
+USES_APPLE_RST
 
 static void
 print_usage(void)