summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-06 20:07:35 +0000
committerRoland McGrath <roland@redhat.com>1993-01-06 20:07:35 +0000
commitf2bc0a0c9365ead9734fd876292f83d580054dbe (patch)
treee21f775b610310d87f91c73a3047b2987f6390da /dir.c
parentd8817e2c3956521be3d3e8fc5b8c924f3012c741 (diff)
downloadgunmake-f2bc0a0c9365ead9734fd876292f83d580054dbe.tar.gz
Formerly dir.c.~9~
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 977aa80..0007ff9 100644
--- a/dir.c
+++ b/dir.c
@@ -1,5 +1,5 @@
/* Directory hashing for GNU Make.
-Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
+Copyright (C) 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
@@ -557,5 +557,5 @@ init_dir ()
{
__glob_opendir_hook = open_dirstream;
__glob_readdir_hook = read_dirstream;
- __glob_closedir_hook = free;
+ __glob_closedir_hook = (void (*) __P ((__ptr_t stream))) free;
}