]> sourceware.org Git - glibc.git/commitdiff
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 e3157694bdaa6818a6c6aa302bd18711059d3b2f..a75c8857427623fb9467e2053a847ad63fc3ed68 100644 (file)
@@ -4,7 +4,7 @@
 /*@end group*/
 
 static int
-one (struct dirent *unused)
+one (const struct dirent *unused)
 {
   return 1;
 }
This page took 0.041352 seconds and 5 git commands to generate.