jb          2007-11-17 23:12:45 UTC
  FreeBSD src repository
  Modified files:
    usr.sbin/ppp         physical.h 
  Log:
  Use uintptr_t to cast a pointer to an integer to avoid compiler warnings
  on processors where sizeof(void *) > sizeof(int).
  
  Revision  Changes    Path
  1.29      +1 -1      src/usr.sbin/ppp/physical.h