Warner Losh
e4bc453cc2
o Eliminate __P
...
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
2002-02-03 15:53:02 +00:00
Andrey A. Chernov
1012cb601c
File positions are off_t nowdays, not long, so:
...
atoi -> strtoll
fseek -> fseeko
NOTE: that fseek not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
Fix minor cast too.
2001-09-03 05:06:48 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Bruce Evans
1a463b86e9
Fixed printf format errors.
1998-06-30 15:19:51 +00:00
Philippe Charnier
55033a6f9f
Use err(3). exit(-1) -> exit(1).
1997-11-20 07:23:44 +00:00
Andrey A. Chernov
fe38e2f8f4
Allow backspace too
1997-09-15 00:42:04 +00:00
Andrey A. Chernov
4541df7be4
disable upper controls and enable all other
...
8bit codes due to lack of locale knowledge in daemon
1997-09-15 00:27:49 +00:00
Peter Wemm
9e522f7a18
Revert $FreeBSD$ to $Id$
1997-02-22 14:22:49 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Wolfram Schneider
148531ef1e
add forgotten $Id$
1996-09-22 21:56:57 +00:00
Peter Wemm
163d0a5fb8
wrong C bracketing, *blush*...
1996-09-07 02:17:29 +00:00
Peter Wemm
2a29592214
Another sgtty use bites the dust..
1996-09-07 02:05:53 +00:00
Paul Traina
6cde43480c
Pass in both username and file to jkfprintf
1996-06-04 15:42:09 +00:00
Andrey A. Chernov
87fe4a3ae4
Extend message format to user@offset[:file]
...
Obtained from: FreeBSD 1.x
1994-10-15 17:39:23 +00:00
Rodney W. Grimes
ea022d1687
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00