From: Jim Meyering Date: Sun, 14 Dec 1997 16:28:18 +0000 (+0000) Subject: Remove lseek and memchr dcls. X-Git-Tag: FILEUTILS-3_16g^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f126c8d3a115bb3788faa3b123ba30ef8fcf9f4f;p=thirdparty%2Fcoreutils.git Remove lseek and memchr dcls. --- diff --git a/src/system.h b/src/system.h index 6f262a0de3..9f55ef5abc 100644 --- a/src/system.h +++ b/src/system.h @@ -1,4 +1,4 @@ -/* system-dependent definitions for fileutils programs. +/* system-dependent definitions for fileutils, textutils, and sh-utils packages. Copyright (C) 89, 91, 92, 93, 94, 96, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -133,11 +133,6 @@ #include "pathmax.h" -/* FIXME: Don't use _POSIX_VERSION. */ -#ifndef _POSIX_VERSION -off_t lseek (); -#endif - #ifdef TM_IN_SYS_TIME # include #else @@ -188,7 +183,6 @@ struct utimbuf # include #else # include -char *memchr (); #endif #include @@ -220,7 +214,7 @@ extern int errno; # include #endif -#ifndef SEEK_SET +#if !defined (SEEK_SET) # define SEEK_SET 0 # define SEEK_CUR 1 # define SEEK_END 2