From dacb975a0d96c3cacd7520215c6f0da7d6501ba6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 10 Nov 2003 01:18:43 +0000 Subject: 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(-) (limited to 'manual') diff --git a/manual/examples/dir2.c b/manual/examples/dir2.c index e3157694bd..a75c885742 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; } -- cgit v1.2.1