wiz
51d5c7d6bd
Whitespace nit, sort sections.
2002-01-19 03:11:34 +00:00
simonb
fd4ede242b
Don't declare 'extern opt*' getopt variables.
2000-04-14 06:26:52 +00:00
mycroft
f5d7100e26
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
...
the correct definition from errno.h.
2000-01-21 17:08:33 +00:00
bouyer
7616130d51
Explicitely cast to (u_quad_t) calls to btodb() and dbtob() to avoid
...
int overflow. It's now possible to add/display quotas of more than
4G.
XXX I'm sure there is a PR open on this but I couln't find it with the
usual search engines. If someone knows it's number ...
1999-12-16 17:29:52 +00:00
simonb
299578ebd5
Spell "privilege" correctly (correct spelling from Jonathan Stone).
1999-08-16 02:59:22 +00:00
mrg
eae61447e8
remove unused extern.
1998-03-30 03:33:05 +00:00
mrg
6b8ca7ecc6
fix compile warning on the sparc (erik fair).
1997-10-21 06:40:40 +00:00
lukem
699d25a64e
WARNSify, deprecate bcmp/perror et al in favour of memcmp/err* et al
1997-10-17 02:25:02 +00:00
kleink
66105c37fc
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
...
use SEEK_SET/SEEK_CUR/SEEK_END instead.
1997-08-25 19:31:43 +00:00
cgd
c917dfb5b2
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
...
.Dd is supposed to be invoked like:
.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +00:00
mikel
3190ec8ac6
prototype internal functions so this will build
1997-03-08 21:39:06 +00:00
mikel
ba2d9f692b
merge lite-2 changes.
...
also RCSid police, and add return types to all of the functions.
1997-03-08 08:01:26 +00:00
mark
1fe734c654
Use an integer instead of a char to store the getopt() return value in
...
order to work with compilers that default to unsigned chars.
Compare the getopt() return value with -1 instead of EOF.
1996-03-30 23:42:33 +00:00
jtc
21908ddbd5
merge in changes from 1.1 release branch
1995-11-28 19:43:04 +00:00
cgd
af6ef0d828
need stdlib.h
1995-04-21 04:41:21 +00:00
cgd
f24d9135d1
<sys/queue.h> is no longer needed.
1995-01-03 02:06:24 +00:00
cgd
ab628a707e
add headers for prototypes.
1994-12-23 16:39:28 +00:00
cgd
d8806814a6
specify man pages the new way.
1994-12-22 11:32:57 +00:00
mycroft
10e2d61588
Fix lseek() calls.
1994-06-13 21:58:54 +00:00
mycroft
bd699d7d8c
Merge local changes.
1994-06-13 21:55:00 +00:00
cgd
578ea19478
update for new fs includes
1994-06-13 20:49:42 +00:00
cgd
7a6e889600
kill bad casts
1994-03-30 02:28:43 +00:00
jtc
f57268af40
Upgraded this to use -mandoc macros some time ago.
1993-12-30 23:52:20 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
mycroft
c3e42d1c64
Add RCS indentifiers.
1993-08-01 07:22:47 +00:00
mycroft
b465cf4697
Add RCS identifiers.
1993-07-30 22:11:51 +00:00
cgd
cf98284671
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
...
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 12:15:37 +00:00