diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-04-11 13:41:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-04-11 13:41:06 +0000 |
commit | 8688884b7332f49150bb5c552bdefa2fbfbfab11 (patch) | |
tree | 4904cbb5ab419169f5cb067edce169540eaf0bd5 /shells/sash/files/patch-sash.c | |
parent | Add forgotten file to plist. (diff) |
- Update to version 3.8
PR: 187491
Submitted by: ports fury
Notes
Notes:
svn path=/head/; revision=350947
Diffstat (limited to 'shells/sash/files/patch-sash.c')
-rw-r--r-- | shells/sash/files/patch-sash.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/shells/sash/files/patch-sash.c b/shells/sash/files/patch-sash.c new file mode 100644 index 000000000000..cd9abe053e84 --- /dev/null +++ b/shells/sash/files/patch-sash.c @@ -0,0 +1,29 @@ +--- sash.c.orig ++++ sash.c +@@ -107,7 +107,7 @@ + "srcName ... destName" + }, + +-#ifdef HAVE_LINUX_CHROOT ++#if HAVE_LINUX_CHROOT + { + "-chroot", do_chroot, 2, 2, + "change root file system", +@@ -189,7 +189,7 @@ + "[-sig] pid ..." + }, + +-#ifdef HAVE_LINUX_LOSETUP ++#if HAVE_LINUX_LOSETUP + { + "-losetup", do_losetup, 3, 3, + "Associate a loopback device with a file", +@@ -253,7 +253,7 @@ + "srcName ... destName" + }, + +-#ifdef HAVE_LINUX_PIVOT ++#if HAVE_LINUX_PIVOT + { + "-pivot_root", do_pivot_root, 3, 3, + "pivot the root file system", |