diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/vcg/files/patch-src_X11devfs.c | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/vcg/files/patch-src_X11devfs.c')
-rw-r--r-- | graphics/vcg/files/patch-src_X11devfs.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/vcg/files/patch-src_X11devfs.c b/graphics/vcg/files/patch-src_X11devfs.c new file mode 100644 index 000000000000..47aa8e2f175b --- /dev/null +++ b/graphics/vcg/files/patch-src_X11devfs.c @@ -0,0 +1,20 @@ +--- 1.1 1995/02/18 17:49:27 ++++ src/X11devfs.c 1995/02/18 18:03:42 +@@ -107,7 +107,7 @@ + + #ifdef X11 + +-#include <X11/Xos.h> ++/*#include <X11/Xos.h>*/ + #include <X11/Xlib.h> + #include <X11/Xutil.h> + #include <X11/cursorfont.h> +@@ -128,7 +128,7 @@ + #else + #include <sys/types.h> + #include <sys/stat.h> +-#include <sys/param.h> ++/*#include <sys/param.h> */ + #include <dirent.h> + #include <grp.h> + #include <pwd.h> |