Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 1995 16:11:49 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/net if_sl.c
Message-ID:  <199504020011.QAA10472@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         95/04/01 16:11:49

  Modified:    sys/net  if_sl.c
  Log:
  Fix slioctl().  It has to return -1 for ioctls that it doesn't know about
  so that these ioctls can be handled by the calling layer(s).
  
  Clean up the recently added code:
  - include the appropriate header to declare an implicitly declared function.
  - declare timeout functions correctly and remove numerous bogus casts that
  hid (but didn't fix) their incorrectness.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504020011.QAA10472>