From 09e5811bf27484933c79a96585c49b73859617c7 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 10 Feb 2005 21:06:43 +0000 Subject: [PATCH] Removed nonsensical comment. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1531 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/uio/stdio/stdio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc2/src/sc2code/libs/uio/stdio/stdio.c b/sc2/src/sc2code/libs/uio/stdio/stdio.c index 3043a3786..cb957a2e8 100644 --- a/sc2/src/sc2code/libs/uio/stdio/stdio.c +++ b/sc2/src/sc2code/libs/uio/stdio/stdio.c @@ -633,9 +633,6 @@ stdio_EntriesIterator_new(DIR *dirHandle) { // of the maximum length d_name field (NAME_MAX plus 1 for // the '\0'). // XXX: Could this give problems with weird alignments? - // Note that the standard doesn't say d_name has to be - // the last field in the struct, though on all platforms - // I know of, it is. result->direntBuffer = uio_malloc(bufferSize); return result; }