repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git]
/
commands
/
urlget
/
net.h
blob
db9f474dabb2a0009e89d2c8ec54dc04217cbd8f
1
/* net.h Copyright 2000 by Michael Temari All Rights Reserved */
2
/* 04/05/2000 Michael Temari <Michael@TemWare.Com> */
3
4
/* avoid clash with POSIX connect */
5
#define connect _connect
6
_PROTOTYPE
(
int
connect
, (
char
*
host
,
int
port
));
7