]> granicus.if.org Git - procps-ng/commitdiff
fixed config parser
authoralbert <>
Wed, 4 Dec 2002 01:59:45 +0000 (01:59 +0000)
committeralbert <>
Wed, 4 Dec 2002 01:59:45 +0000 (01:59 +0000)
proc/devname.c

index 95b387b8d2553bfe10f24e6300aed029677c41bd..2b1da274bff9ecfceb7b946efa725bda3c8ba399 100644 (file)
@@ -196,7 +196,7 @@ unsigned dev_to_tty(char *restrict ret, unsigned chop, int dev, int pid, unsigne
   unsigned i = 0;
   int c;
   if((short)dev == (short)0) goto no_tty;
-  if(linux_version_code > LINUX_VERSION(2, 5, 0)){ /* didn't get done yet */
+  if(linux_version_code > LINUX_VERSION(2, 7, 0)){  // not likely to make 2.6.xx
     if(link_name(tmp, major(dev), minor(dev), pid, "tty"   )) goto abbrev;
   }
   if(driver_name(tmp, major(dev), minor(dev)               )) goto abbrev;