pkgsrc/net/speedtouch/patches/patch-af
abs 5863f3023b Remove incorrect extern variable declaration which stopped compilation
under gcc4. No change to generated code, so no PKGREVISION change.
2006-08-18 18:33:39 +00:00

12 lines
255 B
Text

$NetBSD: patch-af,v 1.1 2006/08/18 18:33:39 abs Exp $
--- src/modem.h.orig 2006-08-18 19:30:02.000000000 +0100
+++ src/modem.h
@@ -38,7 +38,4 @@
#define EP_CODE_IN 0x85
#define EP_CODE_OUT 0x05
-/* Global Variables */
-extern int verbose;
-
#endif