From f967a1f279fb7050461356dfb8d347ba3622c542 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sat, 2 Aug 2008 17:30:32 +0000 Subject: Woops, remove #undef which was committed by mistake. --- sys/dev/usb/uvideo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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) -- cgit v1.2.3