File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 174174#ifdef __APPLE__
175175/*
176176 * Apple - insert #include <os/availability.h> here, and define
177- * PCAP_AVAILABLE (v) as
177+ * PCAP_AVAILABLE_MACOS (v) as
178178 *
179179 * API_AVAILABLE(macos(v)) API_UNAVAILABLE(ios, tvos, watchos)
180180 *
181- * and add any other OSes to the list as appropriate (visionOS ?
182- * Surely being able to watch packet traffic through your Apple Vision
183- * Pro would be k00l as heck.... :-))
181+ * and add any other OSes to the "unavailable" list as appropriate (iPadOS ?
182+ * visionOS? Surely being able to watch packet traffic through your
183+ * Apple Vision Pro would be k00l as heck.... :-))
184184 */
185185#define PCAP_AVAILABLE_MACOS (v )
186186#define PCAP_AVAILABLE_0_4 PCAP_AVAILABLE_MACOS(10.0) /* Did any version of Mac OS X ship with this? */
You can’t perform that action at this time.
0 commit comments