diff options
| author | Omar Rizwan <omar@omar.website> | 2021-01-04 04:30:32 -0800 | 
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2021-01-04 04:30:32 -0800 | 
| commit | 180a71732efab0d5d86cc8262ca975b669c4a2d7 (patch) | |
| tree | 18a979dd8bc951b6cbc8e4207af72ac58357ec30 /fs | |
| parent | f47c7f066b821d26a8fdd31cc6429f96257f39df (diff) | |
restore tabfs.c note; reword md
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/tabfs.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ +// This file should rarely need to be changed. (which is intentional, +// because it is a pain to program here, it's a pain to recompile and +// reload it, and it's a pain to debug it.)  Most of the behavior of +// TabFS -- the definitions of the synthetic files -- lives on the +// extension side, not here. +  #include <stdlib.h>  #include <stdio.h>  #include <unistd.h> | 
