Re: [patch] have rtprio check that arguments are numeric; change atoi to strtol

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Giorgos Keramidas
Date: Tuesday, January 4, 2011 - 3:40 am

On Tue, 04 Jan 2011 11:36:38 +0100, Giorgos Keramidas <keramida@freebsd.org> wrote:

instead of `return (int)x' the last bits should be slightly different,
of course:

                  if (value != NULL)
                          *value = (int)x;
                  return 0;
          }

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [patch] have rtprio check that arguments are numeric; ..., Giorgos Keramidas, (Sun Jan 2, 12:29 pm)
Re: [patch] have rtprio check that arguments are numeric; ..., Giorgos Keramidas, (Tue Jan 4, 3:36 am)
Re: [patch] have rtprio check that arguments are numeric; ..., Giorgos Keramidas, (Tue Jan 4, 3:40 am)
Re: [patch] have rtprio check that arguments are numeric; ..., Giorgos Keramidas, (Tue Jan 4, 5:26 am)
Re: [patch] have rtprio check that arguments are numeric; ..., Giorgos Keramidas, (Tue Jan 4, 11:12 am)