aboutsummaryrefslogtreecommitdiff
path: root/pcap-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-linux.c')
-rw-r--r--pcap-linux.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcap-linux.c b/pcap-linux.c
index 9842555e..92247228 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -3666,11 +3666,11 @@ prepare_tpacket_socket(pcap_t *handle)
#endif /* HAVE_TPACKET3 */
/*
- * 32-bit userspace + 64-bit kernel + tpacket_v1 are not compatible with each
- * other due to platform-dependent data type size differences.
- *
- * TPACKET_V1_64 allows using a 64-bit tpacket_v1 header from 32-bit
- * userspace.
+ * 32-bit userspace + 64-bit kernel + tpacket_v1 are not compatible with
+ * each other due to platform-dependent data type size differences.
+ *
+ * TPACKET_V1_64 allows using a 64-bit tpacket_v1 header from 32-bit
+ * userspace.
*/
if (handlep->tp_version == TPACKET_V1 && sizeof(long) == 4) {
struct utsname utsname;