2003-11-09 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 10 Nov 2003 01:18:43 +0000 (01:18 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 10 Nov 2003 01:18:43 +0000 (01:18 +0000)
* manual/examples/dir2.c (one): Add const to argument type.
Reported by J de Haan <j.de.haan@home.nl>.

manual/examples/dir2.c

index e315769..a75c885 100644 (file)
@@ -4,7 +4,7 @@
 /*@end group*/
 
 static int
-one (struct dirent *unused)
+one (const struct dirent *unused)
 {
   return 1;
 }