diff options
| author | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-01-05 01:05:15 +0000 |
|---|---|---|
| committer | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-01-05 01:05:15 +0000 |
| commit | 1c4faf8bb94101b8e40896cc233ad3aef95aa500 (patch) | |
| tree | b349620da0fdf9be404d02ed4821205a4646a629 /sys/compat/linux/linux_file.c | |
| parent | 3415e12232b6761873ef22f8d51aed0b4b5126b4 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_file.c')
| -rw-r--r-- | sys/compat/linux/linux_file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 2dfad3fb5d25..13e752062cdd 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_file.c,v 1.16 1997/12/05 19:55:37 bde Exp $ + * $Id: linux_file.c,v 1.17 1997/12/16 18:49:23 eivind Exp $ */ #include "opt_compat.h" @@ -799,6 +799,7 @@ linux_truncate(struct proc *p, struct linux_truncate_args *args) p->p_pid, args->path); #endif bsd.path = args->path; + bsd.length = args->length; return otruncate(p, &bsd); } |
