root/morphix/trunk/mini_fo/attach.c
| Revision 2, 1.0 kB (checked in by nextime, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* |
| 2 | * Copyright (c) 1997-2004 Erez Zadok <ezk@cs.stonybrook.edu> |
| 3 | * Copyright (c) 2001-2004 Stony Brook University |
| 4 | * |
| 5 | * For specific licensing information, see the COPYING file distributed with |
| 6 | * this package, or get one from ftp://ftp.filesystems.org/pub/fistgen/COPYING. |
| 7 | * |
| 8 | * This Copyright notice must be kept intact and distributed with all |
| 9 | * fistgen sources INCLUDING sources generated by fistgen. |
| 10 | */ |
| 11 | /* |
| 12 | * $Id: attach.c 1364 2004-12-04 10:18:10Z alextreme $ |
| 13 | */ |
| 14 | |
| 15 | #ifdef HAVE_CONFIG_H |
| 16 | # include <config.h> |
| 17 | #endif /* HAVE_CONFIG_H */ |
| 18 | #ifdef FISTGEN |
| 19 | # include "fist_mini_fo.h" |
| 20 | #endif /* FISTGEN */ |
| 21 | #include "fist.h" |
| 22 | #include "mini_fo.h" |
| 23 | |
| 24 | /**************************************************************************** |
| 25 | *** ATTACH/DETACH UTILITY AND LIST FUNCTIONS *** |
| 26 | ****************************************************************************/ |
| 27 | |
| 28 | #error there is no attach support in this file system |
| 29 | |
| 30 | /* |
| 31 | * Local variables: |
| 32 | * c-basic-offset: 4 |
| 33 | * End: |
| 34 | * vim:shiftwidth=4 |
| 35 | */ |
Note: See TracBrowser for help on using the browser.
