Changeset 06082a in git for Singular/ndbm.cc


Ignore:
Timestamp:
Nov 22, 2000, 5:38:54 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
1730307667cdcc0179bb15e74cb454a897986fdf
Parents:
b9ab1c9ff5a9dd32fe230d66edce69d2cdd42ed9
Message:
*hannes: cannot include strings.h on HPUX9


git-svn-id: file:///usr/local/Singular/svn/trunk@4756 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ndbm.cc

    rb9ab1c r06082a  
    55//**************************************************************************/
    66//
    7 // $Id: ndbm.cc,v 1.13 2000-11-21 15:35:45 Singular Exp $
     7// $Id: ndbm.cc,v 1.14 2000-11-22 16:38:54 Singular Exp $
    88//
    99//**************************************************************************/
     
    1515//**************************************************************************/
    1616
    17 #include <strings.h>
    1817#include "mod2.h"
    1918#ifdef HAVE_DBM
     19#ifndef HPUX_9
     20#include <strings.h>
     21#endif
    2022/*
    2123 * Copyright (c) 1983 Regents of the University of California.
Note: See TracChangeset for help on using the changeset viewer.