summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/server.h
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic (no functional changes):brian1997-10-261-8/+5
| | | | | | | | | | | | | | | o Add missing $Id$s o Move extern decls from .c -> .h files o Staticize o Remove #includes from .h files o style(9)ify includes o bcopy -> memcpy bzero -> memset bcmp -> memcmp index -> strchr rindex -> strrchr o Move timeout.h -> timer.h (making it consistent w/ timer.c) o Add -Wmissing-prototypes
* Allow specification of a umask for local socketbrian1997-06-301-1/+1
| | | | creation in "set server" command.
* Add "set server" to control the server socket.brian1997-06-251-0/+12
Catch SIGUSR1 to re-init listening socket. Document signal behaviour. Add missing '\n's to LogPrintf(LogWARN,...) Main() returns int not void. AF_LOCAL ideal suggested a long time ago by: joerg
OpenPOWER on IntegriCloud