From dacb975a0d96c3cacd7520215c6f0da7d6501ba6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 10 Nov 2003 01:18:43 +0000 Subject: [PATCH] 2003-11-09 Roland McGrath * manual/examples/dir2.c (one): Add const to argument type. Reported by J de Haan . --- manual/examples/dir2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/examples/dir2.c b/manual/examples/dir2.c index e315769..a75c885 100644 --- a/manual/examples/dir2.c +++ b/manual/examples/dir2.c @@ -4,7 +4,7 @@ /*@end group*/ static int -one (struct dirent *unused) +one (const struct dirent *unused) { return 1; } -- 2.7.4