aboutsummaryrefslogtreecommitdiffstats
path: root/missing/file.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-20 04:59:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-20 04:59:39 +0000
commit210367ec889f5910e270d6ea2c7ddb8a8d939e61 (patch)
treefeb35473da45947378fbc02defe39bcd79ef600e /missing/file.h
parent9c5b1986a36c7a700b4c76817e35aa874ba7907c (diff)
downloadruby-210367ec889f5910e270d6ea2c7ddb8a8d939e61.tar.gz
This commit was generated by cvs2svn to compensate for changes in r372,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/file.h')
-rw-r--r--missing/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/missing/file.h b/missing/file.h
index 0207dddb3a..79f5f65f5d 100644
--- a/missing/file.h
+++ b/missing/file.h
@@ -24,7 +24,6 @@
#define F_OK 0 /* does file exist */
-
#define X_OK 1 /* is it executable by caller */
#define W_OK 2 /* is it writable by caller */
#define R_OK 4 /* is it readable by caller */