aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-09-24 13:25:43 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-09-24 13:25:43 +0000
commit9587f05dcb15d3d0912f3faf346f367a1c828eb2 (patch)
tree32a901d89cfc5bc25a32ff3aaed69db1bbc20d5c /sys/compat
parente91db91d4e4f2cb91aa31840718ce5e2111d30c5 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 4b68f0d533bf2..620489e0222c6 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.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_misc.c,v 1.42 1998/08/16 01:21:50 bde Exp $
+ * $Id: linux_misc.c,v 1.43 1998/09/23 14:50:26 jkh Exp $
*/
#include <sys/param.h>
@@ -682,7 +682,6 @@ linux_time(struct proc *p, struct linux_time_args *args)
printf("Linux-emul(%d): time(*)\n", p->p_pid);
#endif
microtime(&tv);
- timevalsub(&tv, &boottime);
tm = tv.tv_sec;
if (args->tm && (error = copyout(&tm, args->tm, sizeof(linux_time_t))))
return error;