From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-11 09:36:55 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!peer01.cox.net!cox.net!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny01.gnilink.net.POSTED!53ab2750!not-for-mail From: "Stephane Richard" Newsgroups: comp.lang.ada References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <1068123815.335508@master.nyc.kbcfp.com> <3FAAB12E.C7593B45@fakeaddress.nil> <3FACCBFB.9D288CF2@fakeaddress.nil> <3FAF8C99.5040201@noplace.com> Subject: Re: Clause "with and use" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Tue, 11 Nov 2003 17:36:55 GMT NNTP-Posting-Host: 129.44.80.225 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny01.gnilink.net 1068572215 129.44.80.225 (Tue, 11 Nov 2003 12:36:55 EST) NNTP-Posting-Date: Tue, 11 Nov 2003 12:36:55 EST Xref: archiver1.google.com comp.lang.ada:2363 Date: 2003-11-11T17:36:55+00:00 List-Id: |/* eventually we have to downgrade the driver */ |#if 0 |# include |# include |#endif /*0*/ | |#include /* for MOD_INC_USE_COUNT, automatic */ | /* module or kernel compilation */ |#if 0 |# include |# include |# include |# include |# include /* for verify_area */ |# include |# include /* for -EBUSY */ |# include /* for check_region, request_region */ |# include /* for loops_per_sec */ |# include /* for put_user_byte */ |# include /* for inb_p, outb_p, inb, outb, etc. */ |#endif /*0*/ | |#include /* for get_user, copy_from_user, etc. */ | |#if 0 |# include /* for wait_queue */ |# include /* for POLLING, etc. */ |# include /* for miscdevice */ |#endif /*0*/ | |#include /* for procfs functions */ |#include /* for devfs functions */ |#include /* for new pci functions */ | |#if 0 |# include |# include |# include |#endif /*0*/ | |#if (LINUX_VERSION_CODE >= 131343) |# include /* for __init, module_{init,exit}; */ | /* automatic freeing of kernel code after */ | /* booting/loading */ |#else |# define __init |# define __initdata |#endif I won't tell you about the difference, but you can surely do that for me. :-> *** Well that is the C++ I'm used to seeing too :-). Vinzent. -- "To err is human. To really screw up, you need C++!" St�phane Richard "Ada World" Webmaster http://www.adaworld.com