pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git] / commands / urlget / net.h
blobdb9f474dabb2a0009e89d2c8ec54dc04217cbd8f
1 /* net.h Copyright 2000 by Michael Temari All Rights Reserved */
2 /* 04/05/2000 Michael Temari <Michael@TemWare.Com> */
4 /* avoid clash with POSIX connect */
5 #define connect _connect
6 _PROTOTYPE(int connect, (char *host, int port));