| # | Line 22 | Line 22 | static char SCCSid[] = "$SunId$ SGI"; | |
|---|---|---|
| 22 | #define PCTFREE 15 /* maximum fraction to free (%) */ | |
| 23 | #endif | |
| 24 | #ifndef MAXFRAG | |
| 25 | < | #define MAXFRAG 32767 /* maximum fragments/file to track (0==inf) */ |
| 25 | > | #define MAXFRAG 8191 /* maximum fragments/file to track (0==inf) */ |
| 26 | #endif | |
| 27 | #ifndef MINDIRSEL | |
| 28 | /* minimum directory seek length */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |