diff options
Diffstat (limited to 'usr.sbin/ppp/id.h')
| -rw-r--r-- | usr.sbin/ppp/id.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h index ee3ae91210ed..2b02bb7ac35a 100644 --- a/usr.sbin/ppp/id.h +++ b/usr.sbin/ppp/id.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.h,v 1.3.4.2 1998/04/17 22:05:19 brian Exp $ + * $Id: id.h,v 1.3.4.3 1998/04/28 01:25:20 brian Exp $ */ struct utmp; @@ -41,5 +41,5 @@ extern int ID0uu_lock(const char *); extern int ID0uu_unlock(const char *); extern void ID0login(struct utmp *); extern void ID0logout(const char *); -extern int ID0bind_un(int, const struct sockaddr_un *, int); -extern int ID0connect_un(int, const struct sockaddr_un *, int); +extern int ID0bind_un(int, const struct sockaddr_un *); +extern int ID0connect_un(int, const struct sockaddr_un *); |
