From: Jim Meyering Date: Fri, 6 Jun 2003 22:17:57 +0000 (+0000) Subject: Include . X-Git-Tag: v5.0.1~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51fd72e0ea9a7bacad7c4a7b9b9ba65b75bd6b0e;p=thirdparty%2Fcoreutils.git Include . (NULL): Don't define, since does that. --- diff --git a/lib/savedir.c b/lib/savedir.c index 112f5c0451..a1f8a6cd7a 100644 --- a/lib/savedir.c +++ b/lib/savedir.c @@ -1,6 +1,6 @@ /* savedir.c -- save the list of files in a directory in a string - Copyright 1990, 1997, 1998, 1999, 2000, 2001 Free Software + Copyright 1990, 1997, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -56,9 +56,7 @@ extern int errno; # include # include #endif -#ifndef NULL -# define NULL 0 -#endif +#include #include "savedir.h" #include "xalloc.h"