From 51fd72e0ea9a7bacad7c4a7b9b9ba65b75bd6b0e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 22:17:57 +0000 Subject: Include . (NULL): Don't define, since does that. --- lib/savedir.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/savedir.c') diff --git a/lib/savedir.c b/lib/savedir.c index 112f5c045..a1f8a6cd7 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" -- cgit v1.2.3-54-g00ecf