]> granicus.if.org Git - procps-ng/commitdiff
2.5.xx PIDs
authoralbert <>
Tue, 1 Oct 2002 22:39:31 +0000 (22:39 +0000)
committeralbert <>
Tue, 1 Oct 2002 22:39:31 +0000 (22:39 +0000)
minimal.c

index 0582d348d46a693831f263cc40a227bfc81a3524..bd9af57e0a12ea2e5f9aeaf930d6996321f8c1d6 100644 (file)
--- a/minimal.c
+++ b/minimal.c
@@ -127,7 +127,6 @@ static void parse_pid(const char *str){
   if(!str)            goto bad;
   num = strtol(str, &endp, 0);
   if(*endp != '\0')   goto bad;
-  if(num>0x7fff)      goto bad;  /* Linux PID limit */
   if(num<1)           goto bad;
   if(want_one_pid)    goto bad;
   want_one_pid = num;