diff options
Diffstat (limited to 'graphics/sam2p/files/patch-gensio.cpp')
-rw-r--r-- | graphics/sam2p/files/patch-gensio.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sam2p/files/patch-gensio.cpp b/graphics/sam2p/files/patch-gensio.cpp new file mode 100644 index 000000000000..aed13acf08dd --- /dev/null +++ b/graphics/sam2p/files/patch-gensio.cpp @@ -0,0 +1,14 @@ +--- gensio.cpp.orig Fri Feb 7 02:24:56 2003 ++++ gensio.cpp Fri Feb 7 02:25:11 2003 +@@ -491,11 +491,7 @@ + /* --- */ + + +-#if HAVE_lstat_in_sys_stat +-# define PTS_lstat lstat +-#else + # define PTS_lstat stat +-#endif + + /** @param fname must start with '/' (dir separator) + * @return true if file successfully created |