diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-08-02 17:30:32 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-08-02 17:30:32 +0000 |
commit | f967a1f279fb7050461356dfb8d347ba3622c542 (patch) | |
tree | d993166dbd7c6b09c336a7c107e3c7eb11caa6c1 /sys | |
parent | f866f09c53600705111027ace685a3cf09a72c01 (diff) |
Woops, remove #undef which was committed by mistake.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uvideo.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <robert@openbsd.org> @@ -47,7 +47,6 @@ #include <dev/video_if.h> -#undef UVIDEO_DEBUG #ifdef UVIDEO_DEBUG int uvideo_debug = 1; #define DPRINTF(l, x...) do { if ((l) <= uvideo_debug) printf(x); } while (0) |