|
|
| File: [Development] / xfs-linux / Attic / xfsdmapistubs.c (download)
Revision 1.1, Thu Sep 2 22:52:53 1999 UTC (18 years, 1 month ago) by mostek
DMAPI stub file. |
/* Stub routines needed for the X/open implementration of the DMAPI
* spec.
*/
extern int nopkg(void);
int xfs_dm_fcntl() { return nopkg(); }
int xfs_dm_send_create_event() { return 0; }
int xfs_dm_send_data_event() { return nopkg(); }