From aab1c772bf0baa7a635149480feb3f51c20a2a05 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Apr 1998 06:25:38 +0000 Subject: Update. 1998-04-03 06:22 Ulrich Drepper * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels before 2.1.92. --- posix/sys/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix') diff --git a/posix/sys/types.h b/posix/sys/types.h index 113dd1415d..936b738621 100644 --- a/posix/sys/types.h +++ b/posix/sys/types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 94, 95, 96, 97 Free Software Foundation, Inc. +/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -132,7 +132,7 @@ typedef unsigned int uint; /* These size-specific names are used by some of the inet code. */ -#if !defined (__GNUC__) || __GNUC__ < 2 || __GNUC_MINOR__ < 7 +#if !defined __GNUC__ || __GNUC__ < 2 || __GNUC_MINOR__ < 7 /* These types are defined by the ISO C 9x header . */ # ifndef __int8_t_defined -- cgit 1.4.1