Changeset 117e00e in git for Singular/links/ndbm.cc


Ignore:
Timestamp:
Feb 3, 2018, 6:10:23 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
a667d5d8554cf504bf1683b047c0876768639576
Parents:
48ee38d3a169f00f44e0427a80903a8b1016ace1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-02-03 18:10:23+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-02-03 18:14:44+01:00
Message:
removed unused system includes, math.h ->cmath for .cc files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/ndbm.cc

    r48ee38 r117e00e  
    3232//**************************************************************************/
    3333
    34 #include <stdio.h>
    3534/* alternative:
    3635* #   define EPERM 1
     
    3938* #   define L_SET SEEK_SET
    4039*/
    41 #include <sys/types.h>
    42 #include <sys/stat.h>
    43 #include <sys/file.h>
    4440#include <errno.h>
    4541#include <stdlib.h>
    4642#include <string.h>
    47 #include <unistd.h>
    48 #include <fcntl.h>
    4943#ifndef HAVE_BCOPY
    5044#   define bcopy(a,b,c) memmove(b,a,c)
     
    6256static  int delitem(char buf[PBLKSIZ], int n);
    6357static  int additem(char buf[PBLKSIZ], datum item, datum item1);
    64 // extern  int errno;
    6558extern "C" int singular_fstat(int fd, struct stat *buf);
    6659
Note: See TracChangeset for help on using the changeset viewer.