diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
commit | 05ec6e7507d159e5a02a82927c6571b7e516c52e (patch) | |
tree | ee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /extras | |
parent | eb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff) |
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'extras')
-rw-r--r-- | extras/scsi_id/scsi_id.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/scsi_id/scsi_id.c b/extras/scsi_id/scsi_id.c index 2ffc95fbfe..446df70949 100644 --- a/extras/scsi_id/scsi_id.c +++ b/extras/scsi_id/scsi_id.c @@ -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) { |