Added some more '/* getopt not needed */' lines.
diff --git a/coreutils/dirname.c b/coreutils/dirname.c
index 7f191c1..8313e99 100644
--- a/coreutils/dirname.c
+++ b/coreutils/dirname.c
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>