Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 diff -Naur alsa-driver-1.0.6a.orig/alsa-kernel/include/asound.h alsa-driver-1.0. 6a/alsa-kernel/include/asound.h | |
| 2 --- alsa-driver-1.0.6a.orig/alsa-kernel/include/asound.h 2004-08-03 11:55 :55.000000000 -0700 | |
| 3 +++ alsa-driver-1.0.6a/alsa-kernel/include/asound.h 2004-08-25 11:05:21.4456 03678 -0700 | |
| 4 @@ -63,6 +63,10 @@ | |
| 5 #include <sys/types.h> | |
| 6 #endif | |
| 7 | |
| 8 +#ifndef __user | |
| 9 +#define __user | |
| 10 +#endif | |
| 11 + | |
| 12 /* | |
| 13 * protocol version | |
| 14 */ | |
| OLD | NEW |