Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 23:00:59 +0000
From:      Ed Smith <xtomservox@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   patch for bin/65299
Message-ID:  <200502272301.00082.xtomservox@gmail.com>

next in thread | raw e-mail | index | archive | help
--Boundary-00=_sElIChpk1joiTrJ
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

hey-
this is a patch i made for the bin/65299 bug that is in the bug database.  
this is my first contribution...i hope this is the correct way to submit 
these things.
v/r
ed



azrael# cat exf.diff
193c193
<                   "%s/vi.XXXXXXXXXX", O_STR(sp, O_DIRECTORY));
---
>                   "%svi.XXXXXXXXXX", O_STR(sp, O_DIRECTORY));


here is the file attached as well:


--Boundary-00=_sElIChpk1joiTrJ
Content-Type: text/x-diff;
  charset="us-ascii";
  name="exf.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="exf.diff"

193c193
< 		    "%s/vi.XXXXXXXXXX", O_STR(sp, O_DIRECTORY));
---
> 		    "%svi.XXXXXXXXXX", O_STR(sp, O_DIRECTORY));

--Boundary-00=_sElIChpk1joiTrJ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502272301.00082.xtomservox>