openbsd-ports/devel/py-openbsd/patches/patch-openbsd__pcap_c
2010-07-13 15:21:18 +00:00

12 lines
756 B
Plaintext

$OpenBSD: patch-openbsd__pcap_c,v 1.1 2010/07/13 15:21:18 naddy Exp $
--- openbsd/_pcap.c.orig Sun Jul 11 22:27:34 2010
+++ openbsd/_pcap.c Sun Jul 11 22:27:46 2010
@@ -436,7 +436,6 @@ void init_pcap(void){
PyModule_AddIntConstant(module, "DLT_RAW", (long) DLT_RAW);
PyModule_AddIntConstant(module, "DLT_SLIP_BSDOS", (long) DLT_SLIP_BSDOS);
PyModule_AddIntConstant(module, "DLT_PPP_BSDOS", (long) DLT_PPP_BSDOS);
- PyModule_AddIntConstant(module, "DLT_OLD_PFLOG", (long) DLT_OLD_PFLOG);
PyModule_AddIntConstant(module, "DLT_PFSYNC", (long) DLT_PFSYNC);
PyModule_AddIntConstant(module, "DLT_IEEE802_11", (long) DLT_IEEE802_11);
PyModule_AddIntConstant(module, "DLT_PFLOG", (long) DLT_PFLOG);