From: <ba...@us...> - 2006-09-18 00:45:27
|
Revision: 373 http://svn.sourceforge.net/cadcdev/?rev=373&view=rev Author: bardtx Date: 2006-09-17 17:45:21 -0700 (Sun, 17 Sep 2006) Log Message: ----------- kos: Revert limits.h change earlier.. breaks other stuff Modified Paths: -------------- kos/kernel/libc/koslib/realpath.c Removed Paths: ------------- kos/include/limits.h Deleted: kos/include/limits.h =================================================================== --- kos/include/limits.h 2006-09-18 00:31:09 UTC (rev 372) +++ kos/include/limits.h 2006-09-18 00:45:21 UTC (rev 373) @@ -1,13 +0,0 @@ -/* KallistiOS ##version## - - limits.h - Copyright (C)2006 Dan Potter - -*/ - -#ifndef __LIMITS_H -#define __LIMITS_H - -#include <kos/limits.h> - -#endif /* __LIMITS_H */ Modified: kos/kernel/libc/koslib/realpath.c =================================================================== --- kos/kernel/libc/koslib/realpath.c 2006-09-18 00:31:09 UTC (rev 372) +++ kos/kernel/libc/koslib/realpath.c 2006-09-18 00:45:21 UTC (rev 373) @@ -30,6 +30,7 @@ #include <sys/param.h> #include <sys/stat.h> +#include <kos/limits.h> #include <errno.h> #include <stdlib.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |