chiark / gitweb /
switch ifdef __KLIBC__ to ifndef __GLIBC__
[elogind.git] / extras / scsi_id / scsi_id.c
index 2ffc95fbfed69605ad8caf15315f6a8b5857b703..446df70949c010f297c3a660f258d25278f764b6 100644 (file)
@@ -402,8 +402,7 @@ static int set_options(int argc, char **argv, const char *short_opts,
        /*
         * optind is a global extern used by getopt. Since we can call
         * set_options twice (once for command line, and once for config
-        * file) we have to reset this back to 1. [Note glibc handles
-        * setting this to 0, but klibc does not.]
+        * file) we have to reset this back to 1.
         */
        optind = 1;
        while (1) {