repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
netlib
/
fib.c
blob
a6c46193b8e2b26fa3dd14e04596950eafb8c830
1
/* $Id$
2
*
3
* fib.c - common fib buffer for stat() and chown()
4
*
5
* Copyright © 1994 AmiTCP/IP Group,
6
* Network Solutions Development Inc.
7
* All rights reserved.
8
*/
9
10
/* DOS 3.0 and MuFS extensions to file info block */
11
#include
"fibex.h"
12
13
struct
FileInfoBlock __dostat_fib
[
1
];
14