dd          2006-04-04 10:11:16 UTC
  FreeBSD src repository
  Modified files:
    sys/netipsec         keysock.c 
  Log:
  Remove unused variables s and error in key_detach. The previous
  revision removed their usage but did not remove the declaration. This
  caused a warning in my build, which was fatal with -Werror.
  
  Revision  Changes    Path
  1.15      +0 -1      src/sys/netipsec/keysock.c