Bruce Evans
93d2c1bde1
Fixed a couple of format strings to match the change of pid_t from long
...
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'.
1996-04-13 15:47:43 +00:00
Andrey A. Chernov
70a41bdd99
Prepare to eliminate multiply uucplock.c copies
1996-03-04 10:35:45 +00:00
Andrey A. Chernov
feb1b301ec
Rename PATH_LOCK to PATH_UUCPLOCK
1995-09-23 15:17:32 +00:00
Andrey A. Chernov
c0810b3cbc
Use new _PATH_LOCK for lock names
1995-09-20 13:10:50 +00:00
Andrey A. Chernov
dbfd470885
Fix uucp locking
...
Remove unnecesary TIOCSETD
Move SLIO* before startup script call
1995-09-19 03:37:07 +00:00
Andrey A. Chernov
cb1efdbadd
All changes still related to original version:
...
Don't close line twice.
Change typo == to = in assignment.
Don't restart, if ioctl fails.
Implement uucp-style locking to help dialout pgms.
1995-09-14 22:01:06 +00:00