[BACK]Return to dump.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/dump.c between version 1.3 and 1.4

version 1.3, 2012/10/09 19:45:34 version 1.4, 2013/04/23 14:32:53
Line 23 
Line 23 
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
 #include <stdint.h>  #include <limits.h>
 #include <stddef.h>  #include <stddef.h>
   #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  
 #include <stdlib.h>  #include <stdlib.h>
 #include <limits.h>  #include <string.h>
 #include "ohash.h"  #include <ohash.h>
 #include "defines.h"  #include "defines.h"
 #include "gnode.h"  #include "gnode.h"
 #include "dump.h"  #include "dump.h"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4