]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a comment, due to changes from the previous commit. [skip ci]
authorGuy Harris <[email protected]>
Sat, 8 Jul 2023 21:44:00 +0000 (14:44 -0700)
committerGuy Harris <[email protected]>
Sat, 8 Jul 2023 21:44:00 +0000 (14:44 -0700)
pcap/funcattrs.h

index 8699c76dd87b5e672d5e15537c0601d808fef407..42b94dbda83eb947573d3ee5c9233baa7c55a9b6 100644 (file)
 #ifdef __APPLE__
 /*
  * Apple - insert #include <os/availability.h> here, and define
- * PCAP_AVAILABLE(v) as
+ * PCAP_AVAILABLE_MACOS(v) as
  *
  *    API_AVAILABLE(macos(v)) API_UNAVAILABLE(ios, tvos, watchos)
  *
- * and add any other OSes to the list as appropriate (visionOS?
- * Surely being able to watch packet traffic through your Apple Vision
- * Pro would be k00l as heck.... :-))
+ * and add any other OSes to the "unavailable" list as appropriate (iPadOS?
+ * visionOS?  Surely being able to watch packet traffic through your
+ * Apple Vision Pro would be k00l as heck.... :-))
  */
 #define PCAP_AVAILABLE_MACOS(v)
 #define PCAP_AVAILABLE_0_4     PCAP_AVAILABLE_MACOS(10.0) /* Did any version of Mac OS X ship with this? */