View Single Post
  #2   (View Single Post)  
Old 13th July 2008
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Seriously?

"u_char" == unsigned char.

Right, well it seems FreeBSD lacks a types(5) man page, but you could still find the approrate header in less then a few seconds by grep'ing through /usr/include.

/usr/include/sys/types.h: typedef unsigned char u_char;
Reply With Quote