From: mglocker Date: Sat, 2 Aug 2008 17:30:31 +0000 (+0000) Subject: Woops, remove #undef which was committed by mistake. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eb9a3e289e28209b14179ef73999d32deb516e9e;p=openbsd Woops, remove #undef which was committed by mistake. --- diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c index 9b82fb0bae5..fc520c9ce9a 100644 --- a/sys/dev/usb/uvideo.c +++ b/sys/dev/usb/uvideo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.c,v 1.71 2008/08/02 16:34:45 mglocker Exp $ */ +/* $OpenBSD: uvideo.c,v 1.72 2008/08/02 17:30:31 mglocker Exp $ */ /* * Copyright (c) 2008 Robert Nagy @@ -47,7 +47,6 @@ #include -#undef UVIDEO_DEBUG #ifdef UVIDEO_DEBUG int uvideo_debug = 1; #define DPRINTF(l, x...) do { if ((l) <= uvideo_debug) printf(x); } while (0)