summaryrefslogtreecommitdiffstats
path: root/sbin/startslip/uucplock.c
Commit message (Collapse)AuthorAgeFilesLines
* Move uucplock into libutil and create a manual page.brian1997-03-301-161/+0
|
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-1/+1
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Fixed a couple of format strings to match the change of pid_t from longbde1996-04-131-1/+1
| | | | | | to int32_t. I only fixed the ones that I noticed the warnings for. Perhaps most of the format strings are correct now because they were wrong before. Except of course if int32_t isn't compatible with `int'.
* Prepare to eliminate multiply uucplock.c copiesache1996-03-041-16/+33
|
* Rename PATH_LOCK to PATH_UUCPLOCKache1995-09-231-2/+2
|
* Use new _PATH_LOCK for lock namesache1995-09-201-5/+6
|
* Fix uucp lockingache1995-09-191-14/+19
| | | | | Remove unnecesary TIOCSETD Move SLIO* before startup script call
* All changes still related to original version:ache1995-09-141-0/+138
Don't close line twice. Change typo == to = in assignment. Don't restart, if ioctl fails. Implement uucp-style locking to help dialout pgms.
OpenPOWER on IntegriCloud