diff options
author | peter <peter@FreeBSD.org> | 2002-12-02 03:13:37 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-12-02 03:13:37 +0000 |
commit | c88e7301411c002ff913342f1619967f7c3b58e7 (patch) | |
tree | 41e3ca13c2d66973453a5c0ea9b349da9618bfdb /contrib/cvs/lib/system.h | |
parent | 64d3246a13e0c323164816b3820e24af7b8f003e (diff) | |
parent | 3dc96f7243ece1d1f7f87b03334f840415e0db63 (diff) | |
download | FreeBSD-src-c88e7301411c002ff913342f1619967f7c3b58e7.zip FreeBSD-src-c88e7301411c002ff913342f1619967f7c3b58e7.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r107484,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/cvs/lib/system.h')
-rw-r--r-- | contrib/cvs/lib/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/lib/system.h b/contrib/cvs/lib/system.h index 2c3adbd..e55d3c6 100644 --- a/contrib/cvs/lib/system.h +++ b/contrib/cvs/lib/system.h @@ -508,6 +508,7 @@ extern void fnfold (char *FILENAME); #define FOPEN_BINARY_READ ("rb") #define FOPEN_BINARY_WRITE ("wb") +#define FOPEN_BINARY_READWRITE ("r+b") #ifdef O_BINARY #define OPEN_BINARY (O_BINARY) |