diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 09:52:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 09:52:03 +0000 |
commit | 2738c7104a48594687e2961acdddf8ff2b2b0a97 (patch) | |
tree | 3815fb6028bd8305001c0bbd6399d9816f1430bc /security/sfs/files/patch-agent_ssu.C | |
parent | - Attempt to unbreak parallel (-jX) builds by fixing targets dependencies (diff) |
Remove expired port:
2013-08-23 security/sfs: Broken on FreeBSD 8 and newer
Notes
Notes:
svn path=/head/; revision=325258
Diffstat (limited to 'security/sfs/files/patch-agent_ssu.C')
-rw-r--r-- | security/sfs/files/patch-agent_ssu.C | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/sfs/files/patch-agent_ssu.C b/security/sfs/files/patch-agent_ssu.C deleted file mode 100644 index b80055180494..000000000000 --- a/security/sfs/files/patch-agent_ssu.C +++ /dev/null @@ -1,22 +0,0 @@ ---- agent/ssu.C.orig 2002-08-01 17:09:53.000000000 -0400 -+++ agent/ssu.C 2007-09-15 19:44:20.000000000 -0400 -@@ -87,7 +87,7 @@ - str cwdopt = getcwdopt (); - - vec<char *> av; -- av.push_back (PATH_SU); -+ av.push_back (const_cast<char *> (PATH_SU)); - - int ch; - while ((ch = getopt (argc, argv, "fmlc:")) != -1) -@@ -111,8 +111,8 @@ - if (argc) - usage (); - -- av.push_back ("root"); -- av.push_back ("-c"); -+ av.push_back (const_cast<char *> ("root")); -+ av.push_back (const_cast<char *> ("-c")); - { - strbuf cbuf ("exec "); - cbuf << fix_exec_path ("newaid") << " " << uidopt; |