diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-08-21 17:32:44 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-08-21 17:32:44 +0000 |
commit | 9618da3e35435c433d8086d65af15f716ffe32ec (patch) | |
tree | 170fdd70317f0e6648584759afc92e4021ebcd92 /bin/pax/pax.h | |
parent | 34ae8fe5374af25df8e04d804f045ed309399984 (diff) | |
download | FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz |
s/filesystem/file system/ as discussed on -developers
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index fc87bdb..2cf9e8a 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -190,7 +190,7 @@ typedef struct { char name[PAXPATHLEN+1]; /* file name */ int ln_nlen; /* link name length */ char ln_name[PAXPATHLEN+1]; /* name to link to (if any) */ - char *org_name; /* orig name in filesystem */ + char *org_name; /* orig name in file system */ PATTERN *pat; /* ptr to pattern match (if any) */ struct stat sb; /* stat buffer see stat(2) */ off_t pad; /* bytes of padding after file xfer */ |