home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Piper's Pit BBS/FTP: ibm 0010 - 0019
/
ibm0010-0019
/
ibm0010.tar
/
ibm0010
/
UNIX3862.ZIP
/
U386-06.ZIP
/
U386-6.TD0
/
usr
/
include
/
sys
/
fs
/
s5dir.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-06-26
|
389 b
|
19 lines
/* Copyright (c) 1984, 1986, 1987, 1988 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)head.sys:fs/s5dir.h 1.3"
#ifndef DIRSIZ
#define DIRSIZ 14
#endif
struct direct
{
ushort d_ino;
char d_name[DIRSIZ];
};