LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
    Date: Thu Mar 24 21:09:49 CET 2005
    Subject: [openrisc] [or1ksim #49] Remove useless include from support.c
    Top
    Hi,

    The testbench does not rely on a c-library so sys/time.h should not be included.

    ChangeLog:
    * Remove the useless include "sys/time.h".

    nog.
    -------------- next part --------------
    diff -urp --unidirectional-new-file /home/nog/or1ksim-split/testbench/support/support.c ./testbench/support/support.c
    --- /home/nog/or1ksim-split/testbench/support/support.c 2002-09-05 11:07:49.000000000 +0200
    +++ ./testbench/support/support.c 2005-03-22 18:43:18.000000000 +0100
    @@ -1,6 +1,5 @@
    /* Support */

    -#include <sys/time.h>
    #include "spr_defs.h"
    #include "support.h"
    #include "int.h"

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.