Hi Alan, hello list,

(i guess, i was caught in Alan's anti-spam measures, 
thus a repost here. Read more here 
  http://www.linux.org.uk/diary/ 
and here 
  http://www.orbs.org/hallofshame.html ) 
8-(

i have a minor problem with one declaration in 'videodev.h'. 
At line 101 you use 'ulong' instead of '__u32', could you, 
by any chance, change that? 

Since it says in <sys/types.h>:
#ifdef __USE_MISC
/* Old compatibility names for C types.  */
typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
#endif

  Thanks a lot,
    Christian Wolff.

--- videodev.h~ Fri Jun 16 22:53:02 2000
+++ videodev.h  Tue Jul 18 22:15:48 2000
@@ -98,7 +98,7 @@
 {
        int tuner;
        char name[32];
-       ulong rangelow, rangehigh;      /* Tuner range */
+       __u32 rangelow, rangehigh;      /* Tuner range */
        __u32 flags;
 #define VIDEO_TUNER_PAL                1
 #define VIDEO_TUNER_NTSC       2

-- 
Christian Wolff - convergence integrated media, Inc.
2565 3rd St. #338, San Francisco, CA 94107-3158, USA 
phone:+1-415-621 6393  fax:621 6394   pager:790 0460
http://convergence.de/      http://linuxtv.org/dvd/
PGP ID/keylen/fingerprint:  1F36FA0A/2048 
  AFDB 6E20 2C70 7B7C 52D9  E7A7 61A6 777B 1F36 FA0A


-- 
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to