Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 1998 07:17:30 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp Makefile alias_cmd.c bundle.c bundle.h command.c ip.c ipcp.c main.c
Message-ID:  <199806271417.HAA24757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/06/27 07:17:30 PDT

  Modified files:
    usr.sbin/ppp         Makefile alias_cmd.c bundle.c bundle.h 
                         command.c ip.c ipcp.c main.c 
  Log:
  Don't dlopen()/dlsym() libalias, use it in the same way
  as the rest of the world uses libraries.
  
  Revision  Changes    Path
  1.44      +10 -5     src/usr.sbin/ppp/Makefile
  1.15      +29 -9     src/usr.sbin/ppp/alias_cmd.c
  1.26      +9 -5      src/usr.sbin/ppp/bundle.c
  1.9       +2 -1      src/usr.sbin/ppp/bundle.h
  1.150     +9 -11     src/usr.sbin/ppp/command.c
  1.46      +6 -6      src/usr.sbin/ppp/ip.c
  1.59      +6 -3      src/usr.sbin/ppp/ipcp.c
  1.138     +10 -7     src/usr.sbin/ppp/main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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